Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 11, 2024
1 parent 442fd76 commit 439ef01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
bottleneck
Expand All @@ -14,3 +14,4 @@ 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
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 439ef01

Please sign in to comment.