diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-22 21:03:57 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-12-22 21:03:57 +0800 |
commit | 74a3df70a47630b7e95abc09197d23de9b81d4de (patch) | |
tree | f526e2c78079b9af3faeaab8277c4d66bb70f5dd /requirements.txt | |
parent | b8b31bdc9b37ebe885775c9e49caa00b28e8a084 (diff) |
Remove unused Matplotlib dependency
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index c58a9c3..1cd933b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ torch~=1.7.1 torchvision~=0.8.0a0+ecf4e9c numpy~=1.19.4 tqdm~=4.54.1 -Pillow~=8.0.1 -matplotlib~=3.3.3
\ No newline at end of file +Pillow~=8.0.1
\ No newline at end of file |