Skip to content

Commit

Permalink
chore: remove NumPy fixed version in requirements
Browse files Browse the repository at this point in the history
NumPy<1.22.0 has a vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34141).
This is an opportunity to remove the dependency to a specific version and to
fetch the latest NumPy version.
  • Loading branch information
cofri committed Jun 14, 2022
1 parent 74dcef2 commit 9bd9956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch_testing==0.0.2
inflection==0.5.1
numpy==1.19.5
numpy
torch==1.10.2+cu113
torchvision==0.11.3+cu113

0 comments on commit 9bd9956

Please sign in to comment.