Skip to content

Commit b9b1ca8

Browse files
committed
ci: restore pylops version
1 parent 6c7c967 commit b9b1ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
dependencies = [
3232
"numpy >= 1.15.0",
3333
"scipy >= 1.4.0",
34-
"pylops == 2.5.0",
34+
"pylops >= 2.0",
3535
"mpi4py",
3636
"matplotlib",
3737
]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy
22
scipy>=1.8.0
3-
pylops==2.5.0
3+
pylops
44
mpi4py
55
matplotlib
66
pytest

0 commit comments

Comments
 (0)