Skip to content

Commit 12d3979

Browse files
committed
Make v0.5.0 as the last version working with PyLops v1
1 parent 95c41c2 commit 12d3979

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- python>=3.8.12
88
- numpy>=1.15.0
99
- scipy>=1.8.0
10-
- pylops
10+
- pylops<2.0.0
1111
- scikit-image
1212
- matplotlib
1313
- ipython

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dependencies:
55
- python>=3.8.12
66
- numpy>=1.15.0
77
- scipy>=1.8.0
8-
- pylops
8+
- pylops<2.0.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy>=1.15.0
22
scipy>=1.8.0
3-
pylops
3+
pylops<2.0.0
44
numba
55
scikit-image
66
matplotlib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def src(pth):
3030
],
3131
author='mrava',
3232
author_email='[email protected]',
33-
install_requires=['numpy >= 1.15.0', 'scipy >= 1.8.0', 'pylops'],
33+
install_requires=['numpy >= 1.15.0', 'scipy >= 1.8.0', 'pylops < 2.0.0'],
3434
extras_require={'advanced': ['llvmlite', 'numba']},
3535
packages=find_packages(exclude=['pytests']),
3636
use_scm_version=dict(root='.',

0 commit comments

Comments
 (0)