Skip to content

Commit

Permalink
Merge pull request #567 from eqcorrscan/snyk-fix-56dc45a409d426efaa30…
Browse files Browse the repository at this point in the history
…81ad4f9be333

[Snyk] Fix for 10 vulnerabilities
  • Loading branch information
calum-chamberlain authored Jun 26, 2024
2 parents 442fd76 + b71b617 commit c1248f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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.12
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 @@ -14,3 +14,5 @@ pytest-mpl
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
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 c1248f4

Please sign in to comment.