ashishk566 commited on
Commit
d0aac19
·
1 Parent(s): 10e7c3a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ black~=22.0
2
+ flake8>=3.7.9, <5.0
3
+ ipython>=7.31.1, <8.0; python_version < '3.8'
4
+ ipython~=8.10; python_version >= '3.8'
5
+ isort~=5.0
6
+ jupyter~=1.0
7
+ jupyterlab_server>=2.11.1, <2.16.0
8
+ jupyterlab~=3.0, <3.6.0
9
+ kedro~=0.18.14
10
+ kedro-telemetry~=0.2.0
11
+ nbstripout~=0.4
12
+ pytest-cov~=3.0
13
+ pytest-mock>=1.7.1, <2.0
14
+ pytest~=7.2
15
+ joblib~=1.3.2
16
+ # Pin problematic traitlets release - https://github.com/jupyter/notebook/issues/7048
17
+ traitlets<5.10.0
18
+ scikit-learn~=1.3.2
19
+ pandas~=1.5.3
20
+ numpy~=1.26.2
21
+ streamlit~=1.29.0