Skip to content

Commit

Permalink
build: Bump gridtools-cpp to 2.3.8 in preparation of GridTools#1648
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Nov 14, 2024
1 parent 89fea8f commit 252227a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ repos:
- diskcache==5.6.3
- factory-boy==3.3.1
- frozendict==2.4.6
- gridtools-cpp==2.3.7
- gridtools-cpp==2.3.8
- importlib-resources==6.4.5
- jinja2==3.1.4
- lark==1.2.2
Expand Down
10 changes: 5 additions & 5 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ exceptiongroup==1.2.2 # via hypothesis, pytest
execnet==2.1.1 # via pytest-cache, pytest-xdist
executing==2.1.0 # via devtools, stack-data
factory-boy==3.3.1 # via gt4py (pyproject.toml), pytest-factoryboy
faker==30.8.2 # via factory-boy
faker==33.0.0 # via factory-boy
fastjsonschema==2.20.0 # via nbformat
filelock==3.16.1 # via tox, virtualenv
fonttools==4.54.1 # via matplotlib
fparser==0.1.4 # via dace
frozendict==2.4.6 # via gt4py (pyproject.toml)
gitdb==4.0.11 # via gitpython
gitpython==3.1.43 # via tach
gridtools-cpp==2.3.7 # via gt4py (pyproject.toml)
gridtools-cpp==2.3.8 # via gt4py (pyproject.toml)
hypothesis==6.113.0 # via -r requirements-dev.in, gt4py (pyproject.toml)
identify==2.6.1 # via pre-commit
idna==3.10 # via requests
Expand Down Expand Up @@ -137,7 +137,7 @@ questionary==2.0.1 # via bump-my-version
referencing==0.35.1 # via jsonschema, jsonschema-specifications
requests==2.32.3 # via sphinx
rich==13.9.4 # via bump-my-version, rich-click, tach
rich-click==1.8.3 # via bump-my-version
rich-click==1.8.4 # via bump-my-version
rpds-py==0.20.1 # via jsonschema, referencing
ruff==0.7.3 # via -r requirements-dev.in
scipy==1.10.1 # via gt4py (pyproject.toml)
Expand All @@ -147,7 +147,7 @@ smmap==5.0.1 # via gitdb
snowballstemmer==2.2.0 # via sphinx
sortedcontainers==2.4.0 # via hypothesis
sphinx==7.1.2 # via -r requirements-dev.in, sphinx-rtd-theme, sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1 # via -r requirements-dev.in
sphinx-rtd-theme==3.0.2 # via -r requirements-dev.in
sphinxcontrib-applehelp==1.0.4 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==2.0.1 # via sphinx
Expand All @@ -160,7 +160,7 @@ stdlib-list==0.10.0 # via tach
sympy==1.12.1 # via dace, gt4py (pyproject.toml)
tabulate==0.9.0 # via gt4py (pyproject.toml)
tach==0.14.3 # via -r requirements-dev.in
tomli==2.0.2 ; python_version < "3.11" # via -r requirements-dev.in, black, build, coverage, jupytext, mypy, pip-tools, pyproject-api, pytest, setuptools-scm, tach, tox
tomli==2.1.0 ; python_version < "3.11" # via -r requirements-dev.in, black, build, coverage, jupytext, mypy, pip-tools, pyproject-api, pytest, setuptools-scm, tach, tox
tomli-w==1.0.0 # via tach
tomlkit==0.13.2 # via bump-my-version
toolz==1.0.0 # via cytoolz
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 @@ -68,7 +68,7 @@ devtools==0.6
diskcache==5.6.3
factory-boy==3.3.0
frozendict==2.3
gridtools-cpp==2.3.7
gridtools-cpp==2.3.8
hypothesis==6.0.0
importlib-resources==5.0; python_version < "3.9"
jax[cpu]==0.4.18; python_version >= "3.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 @@ -64,7 +64,7 @@ devtools==0.6
diskcache==5.6.3
factory-boy==3.3.0
frozendict==2.3
gridtools-cpp==2.3.7
gridtools-cpp==2.3.8
hypothesis==6.0.0
importlib-resources==5.0; python_version < "3.9"
jinja2==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
'diskcache>=5.6.3',
'factory-boy>=3.3.0',
'frozendict>=2.3',
'gridtools-cpp>=2.3.7,==2.*',
'gridtools-cpp>=2.3.8,==2.*',
"importlib-resources>=5.0;python_version<'3.9'",
'jinja2>=3.0.0',
'lark>=1.1.2',
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ exceptiongroup==1.2.2 # via -c constraints.txt, hypothesis, pytest
execnet==2.1.1 # via -c constraints.txt, pytest-cache, pytest-xdist
executing==2.1.0 # via -c constraints.txt, devtools, stack-data
factory-boy==3.3.1 # via -c constraints.txt, gt4py (pyproject.toml), pytest-factoryboy
faker==30.8.2 # via -c constraints.txt, factory-boy
faker==33.0.0 # via -c constraints.txt, factory-boy
fastjsonschema==2.20.0 # via -c constraints.txt, nbformat
filelock==3.16.1 # via -c constraints.txt, tox, virtualenv
fonttools==4.54.1 # via -c constraints.txt, matplotlib
fparser==0.1.4 # via -c constraints.txt, dace
frozendict==2.4.6 # via -c constraints.txt, gt4py (pyproject.toml)
gitdb==4.0.11 # via -c constraints.txt, gitpython
gitpython==3.1.43 # via -c constraints.txt, tach
gridtools-cpp==2.3.7 # via -c constraints.txt, gt4py (pyproject.toml)
gridtools-cpp==2.3.8 # via -c constraints.txt, gt4py (pyproject.toml)
hypothesis==6.113.0 # via -c constraints.txt, -r requirements-dev.in, gt4py (pyproject.toml)
identify==2.6.1 # via -c constraints.txt, pre-commit
idna==3.10 # via -c constraints.txt, requests
Expand Down Expand Up @@ -137,7 +137,7 @@ questionary==2.0.1 # via -c constraints.txt, bump-my-version
referencing==0.35.1 # via -c constraints.txt, jsonschema, jsonschema-specifications
requests==2.32.3 # via -c constraints.txt, sphinx
rich==13.9.4 # via -c constraints.txt, bump-my-version, rich-click, tach
rich-click==1.8.3 # via -c constraints.txt, bump-my-version
rich-click==1.8.4 # via -c constraints.txt, bump-my-version
rpds-py==0.20.1 # via -c constraints.txt, jsonschema, referencing
ruff==0.7.3 # via -c constraints.txt, -r requirements-dev.in
setuptools-scm==8.1.0 # via -c constraints.txt, fparser
Expand All @@ -146,7 +146,7 @@ smmap==5.0.1 # via -c constraints.txt, gitdb
snowballstemmer==2.2.0 # via -c constraints.txt, sphinx
sortedcontainers==2.4.0 # via -c constraints.txt, hypothesis
sphinx==7.1.2 # via -c constraints.txt, -r requirements-dev.in, sphinx-rtd-theme, sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1 # via -c constraints.txt, -r requirements-dev.in
sphinx-rtd-theme==3.0.2 # via -c constraints.txt, -r requirements-dev.in
sphinxcontrib-applehelp==1.0.4 # via -c constraints.txt, sphinx
sphinxcontrib-devhelp==1.0.2 # via -c constraints.txt, sphinx
sphinxcontrib-htmlhelp==2.0.1 # via -c constraints.txt, sphinx
Expand All @@ -159,7 +159,7 @@ stdlib-list==0.10.0 # via -c constraints.txt, tach
sympy==1.12.1 # via -c constraints.txt, dace, gt4py (pyproject.toml)
tabulate==0.9.0 # via -c constraints.txt, gt4py (pyproject.toml)
tach==0.14.3 # via -c constraints.txt, -r requirements-dev.in
tomli==2.0.2 ; python_version < "3.11" # via -c constraints.txt, -r requirements-dev.in, black, build, coverage, jupytext, mypy, pip-tools, pyproject-api, pytest, setuptools-scm, tach, tox
tomli==2.1.0 ; python_version < "3.11" # via -c constraints.txt, -r requirements-dev.in, black, build, coverage, jupytext, mypy, pip-tools, pyproject-api, pytest, setuptools-scm, tach, tox
tomli-w==1.0.0 # via -c constraints.txt, tach
tomlkit==0.13.2 # via -c constraints.txt, bump-my-version
toolz==1.0.0 # via -c constraints.txt, cytoolz
Expand Down

0 comments on commit 252227a

Please sign in to comment.