26 lines
358 B
TOML
26 lines
358 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
jupyter = "*"
|
|
notebook = "*"
|
|
pandas = "*"
|
|
quandl = "*"
|
|
seaborn = "*"
|
|
sklearn = "*"
|
|
scikit-learn = "*"
|
|
pydot = "*"
|
|
bokeh = "*"
|
|
jupyter-bokeh = "*"
|
|
shap = "*"
|
|
ipywidgets = "*"
|
|
widgetsnbextension = "*"
|
|
pandas-profiling = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3"
|