diff options
author | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-04-17 19:48:46 +0200 |
---|---|---|
committer | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-04-17 19:48:46 +0200 |
commit | b02c00643b14b69dbb56127e15a4636060ed57d1 (patch) | |
tree | f9b5f801fd105938a3a443da53e37fb983db8c76 /requirements.txt | |
parent | bcd74eb1d1895b020790767547a012fa2a10d245 (diff) |
Add requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a028693 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +cycler==0.10.0 +decorator==4.4.2 +imageio==2.9.0 +kiwisolver==1.3.1 +matplotlib==3.4.1 +networkx==2.5.1 +numpy==1.20.2 +pandas==1.2.4 +Pillow==8.2.0 +pyparsing==2.4.7 +python-dateutil==2.8.1 +pytz==2021.1 +PyWavelets==1.1.1 +scikit-image==0.18.1 +scipy==1.6.2 +six==1.15.0 +tifffile==2021.4.8 +torch==1.8.1 +torchvision==0.9.1 +typing-extensions==3.7.4.3 |