Skip to content

Commit 1c1ea2d

Browse files
committed
setup: update install_requires
1 parent 743b890 commit 1c1ea2d

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

setup.py

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,33 @@
2020
],
2121

2222
install_requires=[
23-
"torch>=1.6.0",
24-
"torchvision",
25-
"pretrainedmodels>=0.7.4",
26-
"segmentation-models-pytorch",
27-
"efficientnet-pytorch>=0.6.3",
28-
"opencv-python",
29-
"imutils>=0.5.3",
30-
"scikit-learn",
31-
"scipy",
32-
"numpy",
33-
"matplotlib",
34-
"pandas",
35-
"sklearn>=0.0",
36-
"cycler>=0.10.0",
37-
"joblib>=0.16.0",
38-
"kiwisolver>=1.2.0",
39-
"munch>=2.5.0",
40-
"pyparsing>=2.4.7",
41-
"python-dateutil>=2.8.1",
42-
"six>=1.15.0",
43-
"wget"
23+
"cycler==0.10.0"
24+
"efficientnet-pytorch==0.6.3",
25+
"imutils==0.5.3",
26+
"joblib==1.0.0",
27+
"kiwisolver==1.3.1",
28+
"matplotlib==3.3.3",
29+
"munch==2.5.0",
30+
"numpy==1.19.5",
31+
"opencv-python==4.5.1.48",
32+
"pandas==1.2.0",
33+
"Pillow==8.1.0",
34+
"pretrainedmodels==0.7.4",
35+
"pyparsing==2.4.7",
36+
"python-dateutil==2.8.1",
37+
"pytz==2020.5",
38+
"scikit-learn==0.24.0",
39+
"scipy==1.6.0",
40+
"segmentation-models-pytorch==0.1.3",
41+
"six==1.15.0",
42+
"sklearn==0.0",
43+
"threadpoolctl==2.1.0",
44+
"timm==0.3.2",
45+
"torch==1.7.1",
46+
"torchvision==0.8.2",
47+
"tqdm==4.56.0",
48+
"typing-extensions==3.7.4.3",
49+
"wget==3.2"
4450
],
4551
python_requires='>=3.6',
4652
include_package_data=True,

0 commit comments

Comments
 (0)