File size: 304 Bytes
18fcef9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
joblib = "==1.0.1"
nltk = "==3.2.5"
numpy = "==1.19.5"
scikit-learn = "==0.22.2.post1"
xgboost = "==0.90"
gradio = "*"

[dev-packages]
black = "*"

[requires]
python_version = "3.9"

[pipenv]
allow_prereleases = true