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.
1 parent 6c7c967 commit b9b1ca8Copy full SHA for b9b1ca8
pyproject.toml
@@ -31,7 +31,7 @@ classifiers = [
31
dependencies = [
32
"numpy >= 1.15.0",
33
"scipy >= 1.4.0",
34
- "pylops == 2.5.0",
+ "pylops >= 2.0",
35
"mpi4py",
36
"matplotlib",
37
]
requirements-dev.txt
@@ -1,6 +1,6 @@
1
numpy
2
scipy>=1.8.0
3
-pylops==2.5.0
+pylops
4
mpi4py
5
matplotlib
6
pytest
0 commit comments