amkyawdev commited on
Commit
1d82d25
·
verified ·
1 Parent(s): 5a6fa34

Add requirements_dev.txt

Browse files
Files changed (1) hide show
  1. requirements_dev.txt +28 -0
requirements_dev.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -r requirements.txt
2
+
3
+ # Development
4
+ black>=23.0.0
5
+ isort>=5.12.0
6
+ flake8>=6.1.0
7
+ mypy>=1.7.0
8
+
9
+ # Jupyter
10
+ jupyter>=1.0.0
11
+ ipykernel>=6.25.0
12
+ nbformat>=5.9.0
13
+ nbconvert>=7.12.0
14
+
15
+ # Documentation
16
+ mkdocs>=1.5.0
17
+ mkdocstrings>=0.24.0
18
+
19
+ # CI/CD
20
+ actions-toolkit>=0.0.0
21
+
22
+ # Data Validation
23
+ great-expectations>=0.18.0
24
+ pandera>=0.18.0
25
+
26
+ # Profiling
27
+ tensorboard>=2.15.0
28
+ wandb>=0.16.0