Skip to content

Commit 730a8de

Browse files
committed
Updated the requirements
1 parent e94aec0 commit 730a8de

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

dev-requirements.txt

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1+
# Prduction requirements
2+
-r docker-requirements.txt
3+
14
# Kedro dependencies
2-
kedro~=0.19.3
35
kedro[all]
4-
kedro-datasets>=1.0
5-
kedro-viz>=6.7.0
66
kedro-docker
77

88
# Software development
99
python-dotenv
1010
tqdm
1111
black
12+
ruff
1213

1314
# Data science
14-
scikit-learn
1515
jupyterlab
1616
statsmodels
1717
missingno
18-
lightgbm
1918
ipython
20-
xgboost
21-
pandas
22-
numpy
19+
2320

2421
# Ploting
25-
matplotlib
2622
colorama
27-
plotly
28-
seaborn
23+
plotly

0 commit comments

Comments
 (0)