Skip to content

Commit ddf32da

Browse files
authored
Merge pull request #1188 from exadel-inc/test_fix
Fix for tests - EFRS-1524
2 parents 0e31687 + 27482ff commit ddf32da

1 file changed

Lines changed: 86 additions & 20 deletions

File tree

embedding-calculator/requirements.txt

Lines changed: 86 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,99 @@
1+
absl-py==1.4.0
2+
astunparse==1.6.3
13
attrs==20.2.0
4+
beautifulsoup4==4.12.2
25
cached-property==1.5.2
6+
cachetools==4.2.4
7+
certifi==2023.7.22
8+
charset-normalizer==3.2.0
9+
click==8.1.6
310
colour==0.1.5
11+
contourpy==1.1.0
12+
cycler==0.11.0
13+
exceptiongroup==1.1.3
14+
filelock==3.12.2
415
flasgger==0.9.5
516
Flask==1.1.2
6-
itsdangerous==2.0.1 # itsdangerous is a Flask dependency, update it with Flask
7-
jinja2<3.1.0 # jinja2 is a Flask dependency, update it with Flask
8-
gdown~=4.5.4
9-
Werkzeug==1.0.1
17+
fonttools==4.42.0
18+
gast==0.3.3
19+
gdown==4.5.4
20+
google-auth==1.35.0
21+
google-auth-oauthlib==0.4.6
22+
google-pasta==0.2.0
23+
grpcio==1.57.0
24+
h5py==2.10.0
25+
idna==3.4
26+
imageio==2.31.1
27+
importlib-metadata==6.8.0
28+
importlib-resources==6.0.1
29+
iniconfig==2.0.0
30+
itsdangerous==2.0.1
31+
Jinja2==3.0.3
32+
jsonschema==4.17.3
33+
Keras-Preprocessing==1.1.2
34+
kiwisolver==1.4.4
35+
Markdown==3.4.4
36+
MarkupSafe==2.1.3
37+
matplotlib==3.6.3
38+
mccabe==0.7.0
39+
mistune==3.0.1
40+
networkx==3.1
41+
oauthlib==3.2.2
42+
opt-einsum==3.3.0
43+
packaging==23.1
44+
pip==23.0.1
45+
pkgutil_resolve_name==1.3.10
46+
pluggy==1.2.0
47+
protobuf==3.19.6
48+
pyasn1==0.5.0
49+
pyasn1-modules==0.3.0
50+
pycodestyle==2.11.0
51+
pydocstyle==6.3.0
52+
pyflakes==3.1.0
53+
pyparsing==3.1.1
54+
pyrsistent==0.19.3
55+
PySocks==1.7.1
56+
python-dateutil==2.8.2
57+
PyWavelets==1.4.1
1058
PyYAML==5.4.1
59+
requests-oauthlib==1.3.1
60+
rsa==4.9
61+
setuptools==57.5.0
62+
six==1.16.0
63+
snowballstemmer==2.2.0
64+
soupsieve==2.4.1
65+
tensorboard==2.2.2
66+
tensorboard-plugin-wit==1.8.1
67+
tensorflow==2.2.0
68+
tensorflow-estimator==2.2.0
69+
termcolor==2.3.0
70+
tf-slim==1.1.0
71+
threadpoolctl==3.2.0
72+
tifffile==2023.7.10
73+
tomli==2.0.1
74+
tqdm==4.66.1
75+
urllib3==2.0.4
76+
Werkzeug==1.0.1
77+
wheel==0.41.1
78+
wrapt==1.15.0
79+
zipp==3.16.2
1180

1281
# tests
13-
mock
14-
pytest
15-
pytest-mock
16-
requests
17-
pylama
82+
mock==5.1.0
83+
pytest==7.4.0
84+
pytest-mock==3.11.1
85+
requests==2.31.0
86+
pylama==8.4.1
1887

1988
# dependencies for both scanner backends
20-
Pillow~=8.3.2
21-
imagecodecs~=2020.5.30
22-
numpy~=1.19.5
23-
scipy~=1.4.1
24-
opencv-python~=4.4.0
25-
scikit-learn~=0.23.2
26-
scikit-image~=0.17.2
27-
joblib~=0.17.0
89+
Pillow==8.3.2
90+
imagecodecs==2020.5.30
91+
numpy==1.19.5
92+
scipy==1.4.1
93+
opencv-python==4.4.0.46
94+
scikit-image==0.17.2
95+
scikit-learn==0.23.2
96+
joblib==0.17.0
2897

2998
# web server
3099
uWSGI==2.0.19
31-
32-
# for successful import with tensorflow
33-
# mtcnn~=0.1.0

0 commit comments

Comments
 (0)