Skip to content

Commit dfca222

Browse files
twieckiricardoV94
authored andcommitted
Revert "Pin NumPy to <1.22.0 temporarily "
This reverts commit b29124b.
1 parent 34c75c7 commit dfca222

10 files changed

+10
-10
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- h5py>=2.7
1414
- ipython
1515
- myst-nb
16-
- numpy>=1.15.0,<1.22.0
16+
- numpy>=1.15
1717
- numpydoc>=0.9
1818
- pandas>=0.24
1919
- pre-commit>=2.8.0

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- h5py>=2.7
1414
- ipython
1515
- myst-nb
16-
- numpy>=1.15.0,<1.22.0
16+
- numpy>=1.15.0
1717
- numpydoc>=0.9
1818
- pandas>=0.24.0
1919
- pre-commit>=2.8.0

conda-envs/environment-dev-py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- h5py>=2.7
1414
- ipython
1515
- myst-nb
16-
- numpy>=1.15.0,<1.22.0
16+
- numpy>=1.15.0
1717
- numpydoc>=0.9
1818
- pandas
1919
- pre-commit>=2.8.0

conda-envs/environment-test-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- ipython
1515
- libblas=*=*mkl
1616
- mkl-service
17-
- numpy>=1.15.0,<1.22.0
17+
- numpy>=1.15.0
1818
- pandas>=0.24
1919
- pre-commit>=2.8.0
2020
- pytest-cov>=2.5

conda-envs/environment-test-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- ipython
1515
- libblas=*=*mkl
1616
- mkl-service
17-
- numpy>=1.15.0,<1.22.0
17+
- numpy>=1.15.0
1818
- pandas
1919
- pre-commit>=2.8.0
2020
- pytest-cov>=2.5

conda-envs/environment-test-py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- ipython>=7.16
1515
- libblas=*=*mkl
1616
- mkl-service
17-
- numpy>=1.15.0,<1.22.0
17+
- numpy>=1.15.0
1818
- pandas
1919
- pre-commit>=2.8.0
2020
- pytest-cov>=2.5

conda-envs/windows-environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py
14-
- numpy>=1.15.0,<1.22.0
14+
- numpy>=1.15.0
1515
- pandas
1616
- pip
1717
- python=3.8

conda-envs/windows-environment-test-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- mkl==2020.4
1616
- mkl-service==2.3.0
1717
- m2w64-toolchain
18-
- numpy>=1.15.0,<1.22.0
18+
- numpy>=1.15.0
1919
- pandas
2020
- pip
2121
- python=3.8

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fastprogress>=0.2.0
1010
h5py>=2.7
1111
ipython
1212
myst-nb
13-
numpy>=1.15.0,<1.22.0
13+
numpy>=1.15.0
1414
numpydoc>=0.9
1515
pandas
1616
pre-commit>=2.8.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ arviz>=0.11.4
44
cachetools>=4.2.1
55
cloudpickle
66
fastprogress>=0.2.0
7-
numpy>=1.15.0,<1.22.0
7+
numpy>=1.15.0
88
pandas>=0.24.0
99
scipy>=1.4.1
1010
typing-extensions>=3.7.4

0 commit comments

Comments
 (0)