summaryrefslogtreecommitdiffstats
path: root/components/ml-prediction-ms/requirements.txt
blob: 57e60f789b1378320e442dc7d6718a076d2015ca (plain)
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
 # requirements.txt
 #
 # installs dependencies from ./setup.py, and the package itself,
 # in editable mode
 # -e .

 # (the -e above is optional). you could also just install the package
 # normally with just the line below (after uncommenting)

 flask==1.1.2
 requests==2.24.0
 responses==0.16.0
 pandas==1.1.5
 tensorflow
 scikit-learn
 scipy
 matplotlib
 pytest-cov
 xlrd
 mock==4.0.3
 openpyxl==3.0.10
 configparser
 pyyaml
 pytest
 requests-mock
 numpy==1.23.1
 confluent_kafka