Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Library dependencies for the python code. You need to install these with
|
2 |
+
# `pip install -r requirements.txt` before you can run this.
|
3 |
+
# NOTE: all essential packages must be placed under a section named 'ESSENTIAL ...'
|
4 |
+
# so that the script `./scripts/check_requirements_and_setup.py` can find them.
|
5 |
+
|
6 |
+
#### ESSENTIAL LIBRARIES FOR MAIN FUNCTIONALITY ####
|
7 |
+
pycaret
|
8 |
+
scipy
|
9 |
+
scikit-learn
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
#### ESSENTIAL LIBRARIES USED IN SCRIPTS ####
|
14 |
+
pycaret
|
15 |
+
scipy
|
16 |
+
scikit-learn
|
17 |
+
|
18 |
+
|