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 Jan 31, 2024
1 parent 06839b0 commit 17669be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
devpack # warg, draugr, apppath
neodroid
numpy>=1.20.2
numpy>=1.22.2
scipy
scikit-image
tqdm
Pillow>=9.0.0
Pillow>=10.2.0
matplotlib>=3.4.1
pip
h5py
Expand All @@ -19,4 +19,5 @@ PyWavelets
imageio
pypng
sorcery
black[jupyter]
black[jupyter]
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 17669be

Please sign in to comment.