Skip to content

Commit 392778a

Browse files
authored
Pin numpy version (#780)
* pin numpy to 1.23.4 * set max version
1 parent d9f68ea commit 392778a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install_requires =
2222
datashader
2323
numba
2424
xarray
25+
numpy <= 1.23.4
2526
packages = find:
2627
python_requires = >=3.7
2728
setup_requires = setuptools_scm

0 commit comments

Comments
 (0)