Skip to content

Commit b4ae018

Browse files
committed
Bump numpy dependency
1 parent 5062f7c commit b4ae018

8 files changed

+8
-8
lines changed

conda-envs/environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- cachetools>=4.2.1
1111
- cloudpickle
1212
- h5py>=2.7
13-
- numpy>=1.15.0
13+
- numpy>=1.25.0
1414
- pandas>=0.24.0
1515
- pip
1616
- pytensor>=2.26.2,<2.27

conda-envs/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- arviz>=0.13.0
99
- cachetools>=4.2.1
1010
- cloudpickle
11-
- numpy>=1.15.0
11+
- numpy>=1.25.0
1212
- pandas>=0.24.0
1313
- pip
1414
- pytensor>=2.26.2,<2.27

conda-envs/environment-jax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- jaxlib>=0.4.28
1717
- libblas=*=*mkl
1818
- mkl-service
19-
- numpy>=1.15.0
19+
- numpy>=1.25.0
2020
- numpyro>=0.8.0
2121
- pandas>=0.24.0
2222
- pip

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- cloudpickle
1212
- h5py>=2.7
1313
- jax
14-
- numpy>=1.15.0
14+
- numpy>=1.25.0
1515
- pandas>=0.24.0
1616
- pip
1717
- pytensor>=2.26.2,<2.27

conda-envs/windows-environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- cachetools>=4.2.1
1111
- cloudpickle
1212
- h5py>=2.7
13-
- numpy>=1.15.0
13+
- numpy>=1.25.0
1414
- pandas>=0.24.0
1515
- pip
1616
- pytensor>=2.26.2,<2.27

conda-envs/windows-environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- libpython
1414
- mkl-service>=2.3.0
1515
- m2w64-toolchain
16-
- numpy>=1.15.0
16+
- numpy>=1.25.0
1717
- pandas>=0.24.0
1818
- pip
1919
- pytensor>=2.26.2,<2.27

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mcbackend>=0.4.0
1212
mypy==1.5.1
1313
myst-nb<=1.0.0
1414
numdifftools>=0.9.40
15-
numpy>=1.15.0
15+
numpy>=1.25.0
1616
numpydoc
1717
pandas>=0.24.0
1818
polyagamma

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
arviz>=0.13.0
22
cachetools>=4.2.1
33
cloudpickle
4-
numpy>=1.15.0
4+
numpy>=1.25.0
55
pandas>=0.24.0
66
pytensor>=2.26.1,<2.27
77
rich>=13.7.1

0 commit comments

Comments
 (0)