Skip to content

Commit b60399d

Browse files
committed
BLD: Only use NumPy version 2.0.0 or higher
1 parent 9c0f263 commit b60399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ channels:
88
dependencies:
99
# Runtime dependencies
1010
- python
11-
- numpy
11+
- numpy>=2.0.0
1212
# Build
1313
- cython>=3.0.9
1414
- compilers

0 commit comments

Comments
 (0)