Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

[Snyk] Fix for 7 vulnerabilities #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Workflow2/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requests>=2.21.0
# so we downgrade to 0.23.4 for now; note that numpy also probably
# needs to be pinned to a compatible corresponding release (1.16.1 seems ok?)
scipy>=1.2.1
numpy==1.16.1
numpy==1.22.2
pandas==0.23.4
#
typing>=0.0
Expand All @@ -18,3 +18,5 @@ mvp-module-library
ontobio
mygene==3.1.0

pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
Loading