Skip to content

Commit 9398be8

Browse files
authored
Update requirements.txt
1 parent 48d1a05 commit 9398be8

File tree

1 file changed

+50
-18
lines changed

1 file changed

+50
-18
lines changed

requirements.txt

Lines changed: 50 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,52 @@
1-
# external requirements
2-
Sphinx
3-
python-dotenv>=0.5.1
4-
numpy>=1.14.5
5-
tensorboardX>=1.4
6-
opencv-python>=3.4.1.4
1+
# The following is added by the migration.sh script #
2+
# Versions are taken from the relevant docker image #
3+
#
4+
# For old modules one may need to add:
5+
# aiohttp~=3.6.0
6+
# flask~=1.1.0
7+
# Jinja2~=2.11.0
8+
# deepaas>=1.3.0
9+
# flaat~=0.8.0
10+
11+
Sphinx~=4.3.0
12+
python-dotenv~=0.19.2
13+
numpy~=1.16.4
14+
tensorboardX~=2.4.1
15+
opencv-python~=4.5.4.60
716
albumentations~=0.1.8
17+
tqdm~=4.62.3
18+
requests~=2.26.0
19+
PyYAML~=6.0
20+
matplotlib~=3.3.4
21+
Jinja2~=3.0.3
22+
Flask~=2.0.2
23+
gunicorn~=20.1.0
24+
seaborn~=0.11.2
25+
scikit-learn~=0.24.2
26+
webargs~=5.5.3
27+
aiohttp~=3.8.1
28+
deepaas>=1.3.0,<3.0
29+
flaat~=0.8.0
30+
mlflow-skinny~=1.23.1
831

9-
tqdm>=4.25.0
10-
requests>=2.18.4
11-
PyYAML>=3.12
12-
matplotlib>=2.2.2
13-
Jinja2>=2.10
14-
Flask>=1.0.2
15-
gunicorn>=19.9.0
16-
seaborn>=0.8.1
17-
scikit-learn>=0.19.1
18-
webargs>=5.5.2
19-
aiohttp>=3.6.2
20-
deepaas>=1.0.0
32+
# Below is the old content of requirements.txt
33+
#
34+
## external requirements
35+
#Sphinx
36+
#python-dotenv>=0.5.1
37+
#numpy>=1.14.5
38+
#tensorboardX>=1.4
39+
#opencv-python>=3.4.1.4
40+
#albumentations==0.1.8
41+
#tqdm>=4.25.0
42+
#requests>=2.18.4
43+
#PyYAML>=3.12
44+
#matplotlib>=2.2.2
45+
#Jinja2>=2.10
46+
#Flask>=1.0.2
47+
#gunicorn>=19.9.0
48+
#seaborn>=0.8.1
49+
#scikit-learn>=0.19.1
50+
#webargs>=5.5.2,<6.0.0
51+
#aiohttp>=3.6.2
52+
#deepaas>=1.0.0

0 commit comments

Comments
 (0)