Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-a5928644c629d50ab9b158d3dcd28943
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain authored Jun 26, 2024
2 parents 439ef01 + c1248f4 commit 5fadf24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note that this file is not explicitly used by setup.py for EQcorrscan.
numpy>=1.22.2
matplotlib>=1.3.0
scipy>=0.18,<1.9.0 # Pinned due to scipy/obspy hanning renaming
scipy>=1.10.0rc1,<1.9.0 # Pinned due to scipy/obspy hanning renaming
bottleneck
obspy>=1.3.0 # ObsPy <1.3.0 is incompatible with numpy >= 1.22: https://github.com/obspy/obspy/issues/2912
h5py
Expand All @@ -15,3 +15,5 @@ codecov
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 5fadf24

Please sign in to comment.