Skip to content

Commit

Permalink
build: bump required typing_extensions version to skip buggy versions (
Browse files Browse the repository at this point in the history
…GridTools#1522)

Skip typing_extensions versions 4.6 - to 4.9 which have problems in the
Protocol class.
  • Loading branch information
egparedes authored Apr 4, 2024
1 parent 3542307 commit f857184
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mypy==1.9.0 # via -r requirements-dev.in
mypy-extensions==1.0.0 # via black, mypy
nanobind==1.9.2 # via gt4py (pyproject.toml)
nbclient==0.6.8 # via nbmake
nbformat==5.10.3 # via jupytext, nbclient, nbmake
nbformat==5.10.4 # via jupytext, nbclient, nbmake
nbmake==1.5.3 # via -r requirements-dev.in
nest-asyncio==1.6.0 # via ipykernel, nbclient
networkx==3.1 # via dace
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 @@ -113,6 +113,6 @@ tabulate==0.8.10
tomli==2.0.1; python_version < "3.11"
tox==3.2.0
types-all==1.0.0
typing-extensions==4.6.0
typing-extensions==4.10.0
xxhash==1.4.4
##[[[end]]]
2 changes: 1 addition & 1 deletion min-requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ tabulate==0.8.10
tomli==2.0.1; python_version < "3.11"
tox==3.2.0
types-all==1.0.0
typing-extensions==4.6.0
typing-extensions==4.10.0
xxhash==1.4.4
##[[[end]]]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
'pybind11>=2.10.1',
'setuptools>=65.5.0',
'tabulate>=0.8.10',
'typing-extensions>=4.6.0',
'typing-extensions>=4.10.0',
'xxhash>=1.4.4,<3.1.0'
]
description = 'Python library for generating high-performance implementations of stencil kernels for weather and climate modeling from a domain-specific language (DSL)'
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mypy==1.9.0 # via -c constraints.txt, -r requirements-dev.in
mypy-extensions==1.0.0 # via -c constraints.txt, black, mypy
nanobind==1.9.2 # via -c constraints.txt, gt4py (pyproject.toml)
nbclient==0.6.8 # via -c constraints.txt, nbmake
nbformat==5.10.3 # via -c constraints.txt, jupytext, nbclient, nbmake
nbformat==5.10.4 # via -c constraints.txt, jupytext, nbclient, nbmake
nbmake==1.5.3 # via -c constraints.txt, -r requirements-dev.in
nest-asyncio==1.6.0 # via -c constraints.txt, ipykernel, nbclient
networkx==3.1 # via -c constraints.txt, dace
Expand Down

0 comments on commit f857184

Please sign in to comment.