-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.dev.txt
63 lines (55 loc) · 1.11 KB
/
requirements.dev.txt
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
# Contains all dependencies necessary for doing data-sciency things locally,
# importing the prod dependencies from requirements.txt
-r requirements.txt
responses
memory_profiler
# Data packages
dask[complete]>=2.3
catboost
category_encoders
# Kedro packages
ipython==8.2.0
setuptools>=60 # Version requirement of ipykernel
isort>=4.3.21, <6.0
jupyter~=1.0
jupyterlab==3.3.2
jupyter_client>=5.1, <8.0
jupyter_nbextensions_configurator==0.4.1
jupyter_contrib_nbextensions==0.5.1
nbstripout==0.5.0
pytest==7.1.1
pytest-cov~=3.0
pytest-mock>=1.7.1, <4.0
wheel~=0.37
# Data vis packages
seaborn
matplotlib
pydot
ipywidgets
# Model analysis packages
eli5
# pdpbox temporarily removing as it's incompatible with versions of matplotlib > 3.1.1
# yellowbrick temporarily removing as it's incompatible with scikit learn 0.24
shap
# Testing/Linting
pylint==2.13.4
black
faker==13.3.4
freezegun
factory_boy
betamax
pytest-xdist
pydocstyle==6.1.1
coverage
candystore==0.3.4
# Types
types-PyYAML
types-cachetools
types-click
types-freezegun
types-pkg_resources
types-python-dateutil
types-pytz
types-requests
types-simplejson
types-toml