diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-08 19:14:23 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-08 19:14:23 +0800 |
commit | 75ccc59e70ab5cf4ab1e87d9bbb44c2fda1ef510 (patch) | |
tree | bf96122f73ed5237e5ffd59cbf56f26c0631bd6c /requirements.txt | |
parent | e1cf9890578fccba7542dff8a96391bd5aefdf7d (diff) | |
parent | 2095fe17b890df5eabf33068eb8d8cdd7634e746 (diff) |
Merge branch 'python3.8' into data_parallel_py3.8
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 |