generated from CMU-313/fall-2022-recitation-8-analysis-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 717 Bytes
/
Pipfile
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
attrs="22.1.0"
certifi="2022.9.24"
charset-normalizer="2.1.1"
click="8.1.3"
exceptiongroup="1.0.0rc9"
Flask="2.2.2"
idna="3.4"
iniconfig="1.1.1"
itsdangerous="2.1.2"
Jinja2="3.1.2"
joblib="1.2.0"
MarkupSafe="2.1.1"
numpy="1.23.4"
packaging="21.3"
pandas="1.5.1"
pluggy="1.0.0"
py="1.11.0"
pyparsing="3.0.9"
pytest="7.2.0"
python-dateutil="2.8.2"
pytz="2022.5"
requests="2.28.1"
scikit-learn="1.1.2"
scipy="1.9.3"
six="1.16.0"
sklearn="0.0"
threadpoolctl="3.1.0"
tomli="2.0.1"
urllib3="1.26.12"
Werkzeug="2.2.2"
[dev-packages]
pandas = "*"
numpy = "*"
sklearn = "*"
joblib = "*"
ipykernel = "*"
[requires]
python_version = "3.8"