Skip to content

Commit d83b37d

Browse files
ArmavicaricardoV94
authored andcommitted
Try numpy 2.0.0rc1
1 parent 9d3446a commit d83b37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
dependencies:
1010
- python>=3.10
1111
- compilers
12-
- numpy>=1.17.0
12+
- conda-forge/label/numpy_dev::numpy=2.0.0rc1
1313
- scipy>=0.14
1414
- filelock
1515
- etuples

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=48.0.0",
44
"cython",
5-
"numpy>=1.17.0",
5+
"numpy>=2.0.0rc1",
66
"versioneer[toml]>=0.28",
77
]
88
build-backend = "setuptools.build_meta"
@@ -48,7 +48,7 @@ keywords = [
4848
dependencies = [
4949
"setuptools>=48.0.0",
5050
"scipy>=0.14",
51-
"numpy>=1.17.0",
51+
"numpy>=2.0.0rc1",
5252
"filelock",
5353
"etuples",
5454
"logical-unification",

0 commit comments

Comments
 (0)