Skip to content

Commit

Permalink
Try numpy 2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica authored and ricardoV94 committed Apr 5, 2024
1 parent 9d3446a commit d83b37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels:
dependencies:
- python>=3.10
- compilers
- numpy>=1.17.0
- conda-forge/label/numpy_dev::numpy=2.0.0rc1
- scipy>=0.14
- filelock
- etuples
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=48.0.0",
"cython",
"numpy>=1.17.0",
"numpy>=2.0.0rc1",
"versioneer[toml]>=0.28",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -48,7 +48,7 @@ keywords = [
dependencies = [
"setuptools>=48.0.0",
"scipy>=0.14",
"numpy>=1.17.0",
"numpy>=2.0.0rc1",
"filelock",
"etuples",
"logical-unification",
Expand Down

0 comments on commit d83b37d

Please sign in to comment.