Skip to content
Discussion options

You must be logged in to vote

Hi @WilliamEpenarandaA, apologies for the delay.

  1. For the environment.yml you can just move the ObsPy from pip to the Dependencies:
diff --git a/environment.yml b/environment.yml
index ae85e4c..390afa5 100644
--- a/environment.yml
+++ b/environment.yml
@@ -64,6 +64,7 @@ dependencies:
   - xz=5.2.5
   - zlib=1.2.11
   - zstd=1.4.8
+  - obspy=1.2.2  # <-- Add it here to use Conda's pre-built binary
   - pip:
     - basemap==1.3.8
     - chardet==4.0.0
@@ -75,7 +76,6 @@ dependencies:
     - idna==2.10
     - lxml==4.6.2
     - numpy==1.25.2
-    - obspy==1.2.2
     - pandas==1.2.2
     - pytz==2021.1
     - pyyaml==5.4.1

I strongly suggest NOT to change the specified ObsPy version, otherwis…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nikosT
Comment options

Answer selected by nikosT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants