Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-7fb1d8091ef8a6eae8f65e360812c242
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain authored Dec 12, 2023
2 parents 4e979bc + ea953b9 commit 5c03ac7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy>=1.12
numpy>=1.22.2
notifiers
matplotlib>=1.3.0
scipy>=0.18
scipy>=1.10.0rc1
bokeh
obspy>=1.0.3
notifiers
Expand All @@ -19,5 +19,8 @@ pytest-pep8
pytest-xdist
pytest-rerunfailures
pytest-mpl
pillow>=6.2.3 # 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
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
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 5c03ac7

Please sign in to comment.