-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
58 lines (28 loc) · 1.19 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
albumentations==1.0.3
cycler==0.10.0
imageio==2.9.0
kiwisolver==1.3.2; python_version >= '3.7'
matplotlib==3.4.3; python_version >= '3.7'
networkx==2.6.3; python_version >= '3.7'
numpy==1.21.2; python_version < '3.11' and python_version >= '3.7'
opencv-python-headless==4.5.3.56; python_version >= '3.6'
opencv-python==4.5.3.56
pillow==8.3.2; python_version >= '3.6'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pywavelets==1.1.1; python_version >= '3.5'
pyyaml==5.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
scikit-image==0.18.3; python_version >= '3.7'
scipy==1.7.1; python_version < '3.10' and python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tifffile==2021.8.30; python_version >= '3.7'
torch==1.9.1
torchvision==0.10.1
typing-extensions==3.10.0.2