-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
41 lines (38 loc) · 735 Bytes
/
Pipfile
File metadata and controls
41 lines (38 loc) · 735 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest-cov = "*"
coveralls = "*"
codecov = "*"
bandit = "*"
pylint = "*"
pycodestyle = "*"
mypy = "*"
google-api-python-client = "*"
papermill = "*"
[packages]
graphviz = "==0.13.2"
scipy = "==1.3.3"
scikit-learn = "==0.21.3"
matplotlib = "==3.1.2"
numpy = "==1.17.4"
sympy = "==1.4"
statsmodels = "==0.10.2"
tqdm = "==4.39.0"
toml = "==0.10.0"
PyLaTeX = "==1.3.1"
sobol_seq = "==0.1.2"
GPy = {git = "git://github.com/lschlessinger1/GPy"}
cython = "*"
google-cloud-storage = "*"
google-cloud-logging = "*"
jupyter = "*"
src = {editable = true,path = "."}
comet-ml = "*"
ghalton = "*"
xlrd = "*"
psutil = "*"
[requires]
python_version = "3.6"