summaryrefslogtreecommitdiffstats
path: root/components/ml-prediction-ms/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'components/ml-prediction-ms/requirements.txt')
-rwxr-xr-xcomponents/ml-prediction-ms/requirements.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/components/ml-prediction-ms/requirements.txt b/components/ml-prediction-ms/requirements.txt
new file mode 100755
index 00000000..57e60f78
--- /dev/null
+++ b/components/ml-prediction-ms/requirements.txt
@@ -0,0 +1,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
+
+