diff options
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 |