Skip to content

Commit

Permalink
build: Update gridtools-cpp version to 2.3.2 (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jan 31, 2024
1 parent e4dc1ee commit 28ed830
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ repos:
- deepdiff==6.7.1
- devtools==0.12.2
- frozendict==2.4.0
- gridtools-cpp==2.3.1
- gridtools-cpp==2.3.2
- importlib-resources==6.1.1
- jinja2==3.1.3
- lark==1.1.9
Expand Down
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ flake8-pyproject==1.2.3 # via -r requirements-dev.in
flake8-rst-docstrings==0.3.0 # via -r requirements-dev.in
flask==3.0.1 # via dace
fonttools==4.47.2 # via matplotlib
fparser==0.1.3 # via dace
fparser==0.1.4 # via dace
frozendict==2.4.0 # via gt4py (pyproject.toml)
gridtools-cpp==2.3.1 # via gt4py (pyproject.toml)
gridtools-cpp==2.3.2 # via gt4py (pyproject.toml)
hypothesis==6.97.3 # via -r requirements-dev.in, gt4py (pyproject.toml)
identify==2.5.33 # via pre-commit
idna==3.6 # via requests
imagesize==1.4.1 # via sphinx
importlib-metadata==7.0.1 # via build, flask, fparser, jupyter-client, sphinx
importlib-metadata==7.0.1 # via build, flask, jupyter-client, sphinx
importlib-resources==6.1.1 ; python_version < "3.9" # via gt4py (pyproject.toml), jsonschema, jsonschema-specifications, matplotlib
inflection==0.5.1 # via pytest-factoryboy
iniconfig==2.0.0 # via pytest
Expand Down
2 changes: 1 addition & 1 deletion min-extra-requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flake8-pyproject==1.2.2
flake8-rst-docstrings==0.0.14
flake8==5.0.4
frozendict==2.3
gridtools-cpp==2.3.1
gridtools-cpp==2.3.2
hypothesis==6.0.0
importlib-resources==5.0;python_version<'3.9'
isort==5.10
Expand Down
2 changes: 1 addition & 1 deletion min-requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flake8-pyproject==1.2.2
flake8-rst-docstrings==0.0.14
flake8==5.0.4
frozendict==2.3
gridtools-cpp==2.3.1
gridtools-cpp==2.3.2
hypothesis==6.0.0
importlib-resources==5.0;python_version<'3.9'
isort==5.10
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'deepdiff>=5.6.0',
'devtools>=0.6',
'frozendict>=2.3',
'gridtools-cpp>=2.3.1,==2.*',
'gridtools-cpp>=2.3.2,==2.*',
"importlib-resources>=5.0;python_version<'3.9'",
'jinja2>=3.0.0',
'lark>=1.1.2',
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ flake8-pyproject==1.2.3 # via -r requirements-dev.in
flake8-rst-docstrings==0.3.0 # via -r requirements-dev.in
flask==3.0.1 # via dace
fonttools==4.47.2 # via matplotlib
fparser==0.1.3 # via dace
fparser==0.1.4 # via dace
frozendict==2.4.0 # via gt4py (pyproject.toml)
gridtools-cpp==2.3.1 # via gt4py (pyproject.toml)
gridtools-cpp==2.3.2 # via gt4py (pyproject.toml)
hypothesis==6.97.3 # via -r requirements-dev.in, gt4py (pyproject.toml)
identify==2.5.33 # via pre-commit
idna==3.6 # via requests
imagesize==1.4.1 # via sphinx
importlib-metadata==7.0.1 # via build, flask, fparser, jupyter-client, sphinx
importlib-metadata==7.0.1 # via build, flask, jupyter-client, sphinx
importlib-resources==6.1.1 ; python_version < "3.9" # via gt4py (pyproject.toml), jsonschema, jsonschema-specifications, matplotlib
inflection==0.5.1 # via pytest-factoryboy
iniconfig==2.0.0 # via pytest
Expand Down

0 comments on commit 28ed830

Please sign in to comment.