forked from mento-protocol/simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (41 loc) · 818 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
linter = "flake8 --show-source ."
format = "autopep8 -ivr ."
todos = "bash -c 'grep 'TODO' -rni model/* | sed -e '$!s/$/\\/' > TODOS.md '"
[packages]
jupyter = "==1.0.0"
jupyterlab = "==3.2.9"
notebook = "==6.4.8"
jupyter-dash = "*"
ipykernel = "==6.9.0"
ipywidgets = "==7.6.5"
ipython = "*"
"ipython.autotime" = "*"
nbstripout = "*"
matplotlib = "==3.5.1"
seaborn = "==0.11.2"
plotly = "==5.6.0"
statsmodels = "==0.13.2"
cadCAD = "*"
radcad = "*"
stochastic = "*"
dask = "*"
sklearn = "*"
numpy = "*"
quantlib = "*"
cvxpy = "1.1.18"
fastparquet = "*"
line-profiler = "*"
typing-extensions = "*"
[dev-packages]
flake8-import-order = "*"
flake8 = "*"
autopep8 = "*"
pre-commit = "*"
pylint = "*"
[requires]
python_version = "3.8"