diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-04-25 14:08:24 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-04-25 14:08:24 +0800 |
commit | 50fc1473ccb83c3470c2dd6a848b5713ef37e71c (patch) | |
tree | 82b3c1bac8852917879080ee9570e5bdd2b3e3b6 | |
parent | b294b715ec0de6ba94199f3b068dc828095fd2f1 (diff) |
Pump up package version
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 8b0a41b..496280e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -torch~=1.8.0 +torch~=1.8.1 torchvision~=0.9.0a0+3f090d0 -numpy~=1.20.1 -tqdm~=4.59.0 -Pillow~=8.1.0 -scikit-learn~=0.24.0
\ No newline at end of file +numpy~=1.20.2 +tqdm~=4.60.0 +Pillow~=8.2.0 +scikit-learn~=0.24.1
\ No newline at end of file |