diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-08 19:13:54 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-08 19:13:54 +0800 |
commit | 43e6d3cd3527b8211d593c051c0decb328b58a3a (patch) | |
tree | 7d638c3cf4abef082c9a097ec91e4abba3bc8abf /requirements.txt | |
parent | 074fc165a7151213dcd1c0ac9ab07ec8683c8510 (diff) | |
parent | 2095fe17b890df5eabf33068eb8d8cdd7634e746 (diff) |
Merge branch 'python3.8' into python3.7
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index de81280..8b0a41b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch~=1.8.0 -torchvision~=0.8.0a0+ecf4e9c -numpy~=1.19.4 -tqdm~=4.58.0 +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 |