diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-28 23:12:58 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-28 23:12:58 +0800 |
commit | 0d2b643d7e04eba872e8b1fc9b04478a026bb3b0 (patch) | |
tree | a53d8aa69e050397d3443a602a42ed700a8e8bb5 /requirements.txt | |
parent | 10b1299eb46343e119bc413ba8774dcb1a68595e (diff) | |
parent | e04f54d0bfc8fc711e53561065d772dae1926b64 (diff) |
Merge branch 'python3.8' into python3.7
# Conflicts:
# utils/configuration.py
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4d30e17..926a587 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch~=1.7.1 torchvision~=0.8.0a0+ecf4e9c numpy~=1.19.4 -tqdm~=4.57.0 +tqdm~=4.58.0 Pillow~=8.1.0 scikit-learn~=0.24.0
\ No newline at end of file |