diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-28 23:12:25 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-02-28 23:12:25 +0800 |
commit | e04f54d0bfc8fc711e53561065d772dae1926b64 (patch) | |
tree | 0996a345a272795b9f77de397fb6aaca6e159088 /requirements.txt | |
parent | ec863bad4933f25a5bf14fef2541df43c4d9430f (diff) | |
parent | fed5e6a9b35fda8306147e9ce772dfbf3142a061 (diff) |
Merge branch 'master' into python3.8
# Conflicts:
# utils/configuration.py
# utils/triplet_loss.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 |