Skip to content

Commit 10e5e22

Browse files
committed
Remove numpy pin for testing
1 parent 79b3ac2 commit 10e5e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy < 2
1+
numpy
22
xarray
33
dask[array] >= 2023.01.0
44
distributed >= 2023.01.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
2727
include_package_data = True
2828
python_requires = >=3.9
2929
install_requires =
30-
numpy < 2
30+
numpy
3131
xarray
3232
dask[array] >= 2022.01.0
3333
distributed >= 2022.01.0

0 commit comments

Comments
 (0)