forked from juanitorduz/website_projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
87 lines (84 loc) · 1.58 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = ">=22.3.0"
flake8 = "*"
isort = "*"
nbqa = "*"
mypy = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-xdist = "*"
rich = "*"
watermark = "*"
[packages]
bambi = "*"
blackjax = "==0.9.6"
boto3 = "*"
botocore = "*"
catboost = "*"
causalml = "==0.12.3"
category-encoders = "*"
darts = "*"
dirty-cat = "*"
econml = "*"
feature-engine = "*"
graphviz = {version = "*", sys_platform = "== 'darwin'"}
hierarchicalforecast = "*"
imbalanced-learn = "*"
ipykernel = "*"
ipython = "*"
ipywidgets = "==7.7.2"
jax = "*"
jaxlib = "*"
jaxopt = "*"
lifelines = "*"
Lifetimes = "==0.11.3"
lightgbm = "*"
linearmodels = "*"
matplotlib = "*"
mlforecast = "*"
mlxtend = "*"
mistune = ">=2.0.3"
networkx = "*"
neuralforecast = "*"
nltk = "*"
numba = "*"
numpy = "*"
numpyro = "*"
openpyxl = "*"
optuna = "*"
orbit-ml = "*"
pandas = "*"
pandas-stubs = "*"
pystan = {git = "git+https://github.com/stan-dev/pystan2.git", ref = "v2.19.1.1"}
prophet = "==1.1.1"
pymc = "==4.2.2"
pytorch-lightning = "*"
seaborn = ">=0.12.0"
scikit-learn = "*"
scikit-survival = "*"
scikit-uplift = "*"
scipy = "*"
shap = "*"
skorch = "*"
sktime = "*"
spacy = "*"
spacy-transformers = "*"
statsmodels = "*"
tensorflow = "*"
tensorflow-probability = "*"
tfcausalimpact = "*"
transformers= "*"
torch = "*"
xgboost = "*"
yellowbrick= "*"
mkl = {version = "*", sys_platform = "== 'darwin'"}
intel-openmp = {version = "*", sys_platform = "== 'darwin'"}
tbb = {version = "*", sys_platform = "== 'darwin'"}
[requires]
python_version = "3.9"