Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Jun 26, 2024
1 parent 0a8ce5a commit 6041a9e
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 62 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
## version = re.search('ruff==([0-9\.]*)', open("constraints.txt").read())[1]
## print(f"rev: v{version}")
##]]]
rev: v0.4.9
rev: v0.4.10
##[[[end]]]
hooks:
# Run the linter.
Expand All @@ -66,9 +66,9 @@ repos:
## version = re.search('mypy==([0-9\.]*)', open("constraints.txt").read())[1]
## print(f"#========= FROM constraints.txt: v{version} =========")
##]]]
#========= FROM constraints.txt: v1.10.0 =========
#========= FROM constraints.txt: v1.10.1 =========
##[[[end]]]
rev: v1.10.0 # MUST match version ^^^^ in constraints.txt (if the mirror is up-to-date)
rev: v1.10.1 # MUST match version ^^^^ in constraints.txt (if the mirror is up-to-date)
hooks:
- id: mypy
additional_dependencies: # versions from constraints.txt
Expand All @@ -90,13 +90,13 @@ repos:
- boltons==24.0.0
- cached-property==1.5.2
- click==8.1.7
- cmake==3.29.5.1
- cmake==3.29.6
- cytoolz==0.12.3
- deepdiff==7.0.1
- devtools==0.12.2
- factory-boy==3.3.0
- frozendict==2.4.4
- gridtools-cpp==2.3.3
- gridtools-cpp==2.3.4
- importlib-resources==6.4.0
- jinja2==3.1.4
- lark==1.1.9
Expand All @@ -105,8 +105,8 @@ repos:
- ninja==1.11.1.1
- numpy==1.24.4
- packaging==24.1
- pybind11==2.12.0
- setuptools==70.0.0
- pybind11==2.13.0
- setuptools==70.1.1
- tabulate==0.9.0
- typing-extensions==4.12.2
- xxhash==3.0.0
Expand Down
46 changes: 23 additions & 23 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@ blinker==1.8.2 # via flask
boltons==24.0.0 # via gt4py (pyproject.toml)
bracex==2.4 # via wcmatch
build==1.2.1 # via pip-tools
bump-my-version==0.23.0 # via -r requirements-dev.in
bump-my-version==0.24.0 # via -r requirements-dev.in
cached-property==1.5.2 # via gt4py (pyproject.toml)
cachetools==5.3.3 # via tox
certifi==2024.6.2 # via requests
cffi==1.16.0 # via cryptography
cfgv==3.4.0 # via pre-commit
chardet==5.2.0 # via tox
charset-normalizer==3.3.2 # via requests
clang-format==18.1.6 # via -r requirements-dev.in, gt4py (pyproject.toml)
clang-format==18.1.7 # via -r requirements-dev.in, gt4py (pyproject.toml)
click==8.1.7 # via black, bump-my-version, flask, gt4py (pyproject.toml), pip-tools, rich-click
cmake==3.29.5.1 # via gt4py (pyproject.toml)
cmake==3.29.6 # via gt4py (pyproject.toml)
cogapp==3.4.1 # via -r requirements-dev.in
colorama==0.4.6 # via tox
comm==0.2.2 # via ipykernel
contourpy==1.1.1 # via matplotlib
coverage==7.5.3 # via -r requirements-dev.in, pytest-cov
coverage==7.5.4 # via -r requirements-dev.in, pytest-cov
cryptography==42.0.8 # via types-paramiko, types-pyopenssl, types-redis
cycler==0.12.1 # via matplotlib
cytoolz==0.12.3 # via gt4py (pyproject.toml)
dace==0.15.1 # via gt4py (pyproject.toml)
darglint==1.8.1 # via -r requirements-dev.in
debugpy==1.8.1 # via ipykernel
debugpy==1.8.2 # via ipykernel
decorator==5.1.1 # via ipython
deepdiff==7.0.1 # via gt4py (pyproject.toml)
devtools==0.12.2 # via gt4py (pyproject.toml)
Expand All @@ -50,9 +50,9 @@ exceptiongroup==1.2.1 # via hypothesis, pytest
execnet==2.1.1 # via pytest-cache, pytest-xdist
executing==2.0.1 # via devtools, stack-data
factory-boy==3.3.0 # via gt4py (pyproject.toml), pytest-factoryboy
faker==25.8.0 # via factory-boy
faker==25.9.2 # via factory-boy
fastjsonschema==2.20.0 # via nbformat
filelock==3.15.1 # via tox, virtualenv
filelock==3.15.4 # via tox, virtualenv
flake8==7.1.0 # via -r requirements-dev.in, flake8-bugbear, flake8-builtins, flake8-debugger, flake8-docstrings, flake8-eradicate, flake8-mutable, flake8-pyproject, flake8-rst-docstrings
flake8-bugbear==24.4.26 # via -r requirements-dev.in
flake8-builtins==2.5.0 # via -r requirements-dev.in
Expand All @@ -66,12 +66,12 @@ flask==3.0.3 # via dace
fonttools==4.53.0 # via matplotlib
fparser==0.1.4 # via dace
frozendict==2.4.4 # via gt4py (pyproject.toml)
gridtools-cpp==2.3.3 # via gt4py (pyproject.toml)
hypothesis==6.103.2 # via -r requirements-dev.in, gt4py (pyproject.toml)
gridtools-cpp==2.3.4 # via gt4py (pyproject.toml)
hypothesis==6.104.1 # via -r requirements-dev.in, gt4py (pyproject.toml)
identify==2.5.36 # via pre-commit
idna==3.7 # via requests
imagesize==1.4.1 # via sphinx
importlib-metadata==7.1.0 # via build, flask, jax, jupyter-client, sphinx
importlib-metadata==8.0.0 # via build, flask, jax, jupyter-client, sphinx
importlib-resources==6.4.0 ; 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 Expand Up @@ -100,7 +100,7 @@ mdit-py-plugins==0.4.1 # via jupytext
mdurl==0.1.2 # via markdown-it-py
ml-dtypes==0.2.0 # via jax, jaxlib
mpmath==1.3.0 # via sympy
mypy==1.10.0 # via -r requirements-dev.in
mypy==1.10.1 # via -r requirements-dev.in
mypy-extensions==1.0.0 # via black, mypy
nanobind==2.0.0 # via gt4py (pyproject.toml)
nbclient==0.6.8 # via nbmake
Expand All @@ -127,20 +127,20 @@ pluggy==1.5.0 # via pytest, tox
ply==3.11 # via dace
pre-commit==3.5.0 # via -r requirements-dev.in
prompt-toolkit==3.0.36 # via ipython, questionary
psutil==5.9.8 # via -r requirements-dev.in, ipykernel, pytest-xdist
psutil==6.0.0 # via -r requirements-dev.in, ipykernel, pytest-xdist
ptyprocess==0.7.0 # via pexpect
pure-eval==0.2.2 # via stack-data
pybind11==2.12.0 # via gt4py (pyproject.toml)
pybind11==2.13.0 # via gt4py (pyproject.toml)
pycodestyle==2.12.0 # via flake8, flake8-debugger
pycparser==2.22 # via cffi
pydantic==2.7.4 # via bump-my-version, pydantic-settings
pydantic-core==2.18.4 # via pydantic
pydantic-settings==2.3.3 # via bump-my-version
pydantic-settings==2.3.4 # via bump-my-version
pydocstyle==6.3.0 # via flake8-docstrings
pyflakes==3.2.0 # via flake8
pygments==2.18.0 # via -r requirements-dev.in, devtools, flake8-rst-docstrings, ipython, nbmake, rich, sphinx
pyparsing==3.1.2 # via matplotlib
pyproject-api==1.6.1 # via tox
pyproject-api==1.7.1 # via tox
pyproject-hooks==1.1.0 # via build, pip-tools
pytest==8.2.2 # via -r requirements-dev.in, gt4py (pyproject.toml), nbmake, pytest-cache, pytest-cov, pytest-factoryboy, pytest-instafail, pytest-xdist
pytest-cache==1.0 # via -r requirements-dev.in
Expand All @@ -160,7 +160,7 @@ restructuredtext-lint==1.4.0 # via flake8-rst-docstrings
rich==13.7.1 # via bump-my-version, rich-click
rich-click==1.8.3 # via bump-my-version
rpds-py==0.18.1 # via jsonschema, referencing
ruff==0.4.9 # via -r requirements-dev.in
ruff==0.4.10 # via -r requirements-dev.in
scipy==1.10.1 # via gt4py (pyproject.toml), jax, jaxlib
setuptools-scm==8.1.0 # via fparser
six==1.16.0 # via asttokens, astunparse, python-dateutil
Expand All @@ -184,7 +184,7 @@ toolz==0.12.1 # via cytoolz
tornado==6.4.1 # via ipykernel, jupyter-client
tox==4.15.1 # via -r requirements-dev.in
traitlets==5.14.3 # via comm, ipykernel, ipython, jupyter-client, jupyter-core, matplotlib-inline, nbclient, nbformat
types-aiofiles==23.2.0.20240403 # via types-all
types-aiofiles==24.1.0.20240626 # via types-all
types-all==1.0.0 # via -r requirements-dev.in
types-annoy==1.17.8.4 # via types-all
types-atomicwrites==1.4.5.1 # via types-all
Expand Down Expand Up @@ -239,7 +239,7 @@ types-pathlib2==2.3.0 # via types-all
types-pillow==10.2.0.20240520 # via types-all
types-pkg-resources==0.1.3 # via types-all
types-polib==1.2.0.20240327 # via types-all
types-protobuf==5.26.0.20240422 # via types-all
types-protobuf==5.27.0.20240626 # via types-all
types-pyaudio==0.2.16.20240516 # via types-all
types-pycurl==7.45.3.20240421 # via types-all
types-pyfarmhash==0.3.1.20240311 # via types-all
Expand All @@ -256,11 +256,11 @@ types-pytz==2024.1.0.20240417 # via types-all, types-tzlocal
types-pyvmomi==8.0.0.6 # via types-all
types-pyyaml==6.0.12.20240311 # via types-all
types-redis==4.6.0.20240425 # via types-all
types-requests==2.32.0.20240602 # via types-all
types-requests==2.32.0.20240622 # via types-all
types-retry==0.9.9.4 # via types-all
types-routes==2.5.0 # via types-all
types-scribe==2.0.0 # via types-all
types-setuptools==70.0.0.20240524 # via types-cffi
types-setuptools==70.1.0.20240625 # via types-cffi
types-simplejson==3.19.0.20240310 # via types-all
types-singledispatch==4.1.0.0 # via types-all
types-six==1.16.21.20240513 # via types-all
Expand All @@ -276,7 +276,7 @@ types-werkzeug==1.0.9 # via types-all, types-flask
types-xxhash==3.0.5.2 # via types-all
typing-extensions==4.12.2 # via annotated-types, black, gt4py (pyproject.toml), ipython, mypy, pydantic, pydantic-core, pytest-factoryboy, rich, rich-click, setuptools-scm
urllib3==2.2.2 # via requests, types-requests
virtualenv==20.26.2 # via pre-commit, tox
virtualenv==20.26.3 # via pre-commit, tox
wcmatch==8.5.2 # via bump-my-version
wcwidth==0.2.13 # via prompt-toolkit
websockets==12.0 # via dace
Expand All @@ -286,5 +286,5 @@ xxhash==3.0.0 # via gt4py (pyproject.toml)
zipp==3.19.2 # via importlib-metadata, importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.0 # via pip-tools, pipdeptree
setuptools==70.0.0 # via gt4py (pyproject.toml), pip-tools, setuptools-scm
pip==24.1 # via pip-tools, pipdeptree
setuptools==70.1.1 # via gt4py (pyproject.toml), pip-tools, setuptools-scm
4 changes: 2 additions & 2 deletions min-extra-requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ flake8-pyproject==1.2.2
flake8-rst-docstrings==0.0.14
flake8==5.0.4
frozendict==2.3
gridtools-cpp==2.3.3
gridtools-cpp==2.3.4
hypothesis==6.0.0
importlib-resources==5.0; python_version < "3.9"
isort==5.10
Expand All @@ -87,7 +87,7 @@ lark==1.1.2
mako==1.1
matplotlib==3.3
mypy==1.0
nanobind==2.0.0
nanobind==1.4.0
nbmake==1.4.6
ninja==1.10
numpy==1.23.3
Expand Down
4 changes: 2 additions & 2 deletions min-requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ flake8-pyproject==1.2.2
flake8-rst-docstrings==0.0.14
flake8==5.0.4
frozendict==2.3
gridtools-cpp==2.3.3
gridtools-cpp==2.3.4
hypothesis==6.0.0
importlib-resources==5.0; python_version < "3.9"
isort==5.10
Expand All @@ -82,7 +82,7 @@ lark==1.1.2
mako==1.1
matplotlib==3.3
mypy==1.0
nanobind==2.0.0
nanobind==1.4.0
nbmake==1.4.6
ninja==1.10
numpy==1.23.3
Expand Down
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dependencies = [
'devtools>=0.6',
'factory-boy>=3.3.0',
'frozendict>=2.3',
'gridtools-cpp>=2.3.3,==2.*',
'gridtools-cpp>=2.3.4,==2.*',
"importlib-resources>=5.0;python_version<'3.9'",
'jinja2>=3.0.0',
'lark>=1.1.2',
'mako>=1.1',
'nanobind>=2.0.0 ',
'nanobind>=1.4.0 ',
'ninja>=1.10',
'numpy>=1.23.3',
'numpy>=1.23.3,==1.*',
'packaging>=20.0',
'pybind11>=2.10.1',
'setuptools>=65.5.0',
Expand Down Expand Up @@ -75,7 +75,7 @@ all-cuda12 = ['gt4py[cuda12,dace,formatting,jax-cuda12,performance,testing]']
# Other extras
cuda11 = ['cupy-cuda11x>=12.0']
cuda12 = ['cupy-cuda12x>=12.0']
dace = ['dace>=0.15.1,<0.16', 'sympy>=1.9']
dace = ['dace>=0.16.1', 'sympy>=1.9']
formatting = ['clang-format>=9.0']
gpu = ['cupy>=12.0']
jax-cpu = ['jax[cpu]>=0.4.13']
Expand Down Expand Up @@ -293,7 +293,6 @@ docstring-code-format = true
ignore = [
'E501' # [line-too-long]
]
ignore-init-module-imports = true
select = ['E', 'F', 'I', 'B', 'A', 'T10', 'ERA', 'NPY', 'RUF']
typing-modules = ['gt4py.eve.extended_typing']
unfixable = []
Expand Down
Loading

0 comments on commit 6041a9e

Please sign in to comment.