diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-05-29 14:18:04 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-05-29 14:18:04 +0200 |
commit | 249de72e67db2027c8207e84c88785b3f0782362 (patch) | |
tree | 95a08d9c805033b25d770d3124e09dfb71aa7cf9 | |
parent | a4e33358691431575d169a6102a945e16d132a44 (diff) |
Update requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7f66dd8..e3eaffc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,11 @@ cycler==0.10.0 kiwisolver==1.3.1 matplotlib==3.4.2 numpy==1.20.3 +pandas==1.2.4 Pillow==8.2.0 pyparsing==2.4.7 python-dateutil==2.8.1 +pytz==2021.1 PyYAML==5.4.1 six==1.16.0 torch==1.8.1 |