We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea2c387 + 34b9bca commit d05ebbbCopy full SHA for d05ebbb
environment-dev.yml
@@ -5,10 +5,10 @@ channels:
5
dependencies:
6
- python >= 3.8.0
7
- pip
8
- - numpy>=1.21.0
+ - numpy
9
- scipy>=1.8.0
10
- mpi4py
11
- - pylops >= 2.0
+ - pylops
12
- matplotlib
13
- ipython
14
- pytest
requirements-dev.txt
@@ -1,6 +1,6 @@
1
-numpy>=1.21.0, <2.0.0
+numpy
2
scipy>=1.8.0
3
-pylops>=2.0
+pylops
4
mpi4py
matplotlib
pytest
0 commit comments