Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Nov 17, 2023
1 parent da4c11d commit 41db753
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,12 @@ CheckOptions:
- key: readability-identifier-naming.MemberConstantCase
value: CamelCase
- key: readability-identifier-naming.StaticConstantCase
value: CamelCase
value: lower_case
- key: readability-function-cognitive-complexity.Threshold
value: 10
- key: readability-function-size.ParameterThreshold
value: 4
- key: misc-include-cleaner.IgnoreHeaders
value: '
cstddef
.*_export\.h;
geode/.*/common\.h;
geode/basic/types\.h;
geode/basic/assert\.h;
'
value: utility;cstddef;geode/.*_export\.h;geode/.*/common\.h;geode/basic/types\.h;geode/basic/assert\.h;


8 changes: 4 additions & 4 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.9.1rc3
opengeode-core==14.*,>=14.9.4rc8
# via
# -r bindings/python/requirements.in
# opengeode-geosciences
# opengeode-geosciencesio
# opengeode-io
opengeode-geosciences==7.*,>=7.2.1rc1
opengeode-geosciences==7.*,>=7.2.2rc4
# via
# -r bindings/python/requirements.in
# opengeode-geosciencesio
opengeode-geosciencesio==4.*,>=4.5.0
opengeode-geosciencesio==4.*,>=4.5.2rc1
# via -r bindings/python/requirements.in
opengeode-io==6.*,>=6.2.0
opengeode-io==6.*,>=6.2.1
# via -r bindings/python/requirements.in

0 comments on commit 41db753

Please sign in to comment.