Skip to content

Commit d05ebbb

Browse files
Merge pull request #106 from PyLops/numpy2.0-test
Test for numpy>=2.0.0
2 parents ea2c387 + 34b9bca commit d05ebbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ channels:
55
dependencies:
66
- python >= 3.8.0
77
- pip
8-
- numpy>=1.21.0
8+
- numpy
99
- scipy>=1.8.0
1010
- mpi4py
11-
- pylops >= 2.0
11+
- pylops
1212
- matplotlib
1313
- ipython
1414
- pytest

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy>=1.21.0, <2.0.0
1+
numpy
22
scipy>=1.8.0
3-
pylops>=2.0
3+
pylops
44
mpi4py
55
matplotlib
66
pytest

0 commit comments

Comments
 (0)