Skip to content

Commit bc8cfb0

Browse files
committedJul 30, 2024·
Try to force numpy < 2
1 parent 54313e6 commit bc8cfb0

6 files changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ repos:
103103
- mako==1.3.5
104104
- nanobind==2.0.0
105105
- ninja==1.11.1.1
106-
- numpy==1.24.4
106+
- numpy==1.24.4,<2.0
107107
- packaging==24.1
108108
- pybind11==2.13.1
109109
- setuptools==70.2.0

‎constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ nest-asyncio==1.6.0 # via ipykernel, nbclient
104104
networkx==3.1 # via dace
105105
ninja==1.11.1.1 # via gt4py (pyproject.toml)
106106
nodeenv==1.9.1 # via pre-commit
107-
numpy==1.24.4 # via contourpy, dace, gt4py (pyproject.toml), matplotlib, scipy, types-jack-client
107+
numpy==1.24.4,<2.0 # via contourpy, dace, gt4py (pyproject.toml), matplotlib, scipy, types-jack-client
108108
ordered-set==4.1.0 # via deepdiff
109109
packaging==24.1 # via black, build, gt4py (pyproject.toml), ipykernel, jupytext, matplotlib, pipdeptree, pyproject-api, pytest, pytest-factoryboy, setuptools-scm, sphinx, tox
110110
parso==0.8.4 # via jedi

‎min-extra-requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ mypy==1.0
9090
nanobind==1.4.0
9191
nbmake==1.4.6
9292
ninja==1.10
93-
numpy==1.23.3
93+
numpy==1.24.4,<2.0
9494
packaging==20.0
9595
pip-tools==6.10
9696
pipdeptree==2.3

‎min-requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mypy==1.0
8585
nanobind==1.4.0
8686
nbmake==1.4.6
8787
ninja==1.10
88-
numpy==1.23.3
88+
numpy==1.24.4,<2.0
8989
packaging==20.0
9090
pip-tools==6.10
9191
pipdeptree==2.3

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
'mako>=1.1',
4444
'nanobind>=1.4.0 ',
4545
'ninja>=1.10',
46-
'numpy>=1.23.3,==1.*',
46+
'numpy>=1.24.4,==1.*',
4747
'packaging>=20.0',
4848
'pybind11>=2.10.1',
4949
'setuptools>=65.5.0',

‎requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ nest-asyncio==1.6.0 # via -c constraints.txt, ipykernel, nbclient
104104
networkx==3.1 # via -c constraints.txt, dace
105105
ninja==1.11.1.1 # via -c constraints.txt, gt4py (pyproject.toml)
106106
nodeenv==1.9.1 # via -c constraints.txt, pre-commit
107-
numpy==1.24.4 # via -c constraints.txt, contourpy, dace, gt4py (pyproject.toml), matplotlib, types-jack-client
107+
numpy==1.24.4,<2.0 # via -c constraints.txt, contourpy, dace, gt4py (pyproject.toml), matplotlib, types-jack-client
108108
ordered-set==4.1.0 # via -c constraints.txt, deepdiff
109109
packaging==24.1 # via -c constraints.txt, black, build, gt4py (pyproject.toml), ipykernel, jupytext, matplotlib, pipdeptree, pyproject-api, pytest, pytest-factoryboy, setuptools-scm, sphinx, tox
110110
parso==0.8.4 # via -c constraints.txt, jedi

0 commit comments

Comments
 (0)
Please sign in to comment.