Skip to content

Commit 736eb61

Browse files
committed
pypaw requires an old version of obspy
1 parent 1b1ea9f commit 736eb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pypaw has dependancies on the following packages:
3333
#### 4. install obspy using conda
3434

3535
```
36-
conda install -c obspy obspy
36+
conda install -c obspy obspy=1.0.3
3737
```
3838

3939
#### 5. Install pytomo3d.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_tests(self):
6969
"seismology", "tomography", "adjoint", "signal", "inversion", "window"
7070
],
7171
install_requires=[
72-
"numpy", "obspy>=1.0.0", "flake8>=3.0", "pytest", "nose",
72+
"numpy", "obspy==1.0.3", "flake8>=3.0", "pytest", "nose",
7373
"future>=0.14.1", "pytomo3d", "pyasdf", "pyyaml", "spaceweight"
7474
],
7575
entry_points={

0 commit comments

Comments
 (0)