We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94aec0 commit 730a8deCopy full SHA for 730a8de
dev-requirements.txt
@@ -1,28 +1,23 @@
1
+# Prduction requirements
2
+-r docker-requirements.txt
3
+
4
# Kedro dependencies
-kedro~=0.19.3
5
kedro[all]
-kedro-datasets>=1.0
-kedro-viz>=6.7.0
6
kedro-docker
7
8
# Software development
9
python-dotenv
10
tqdm
11
black
12
+ruff
13
14
# Data science
-scikit-learn
15
jupyterlab
16
statsmodels
17
missingno
18
-lightgbm
19
ipython
20
-xgboost
21
-pandas
22
-numpy
23
24
# Ploting
25
-matplotlib
26
colorama
27
-plotly
28
-seaborn
+plotly
0 commit comments