File size: 487 Bytes
fc0f7bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Required for fairlearn
matplotlib>=3.0.3
numpy>=1.17.2
pandas>=0.25.1
scikit-learn>=0.21.3
scipy>=1.3.1

# Required for environment
autopep8
flake8
flake8-blind-except
flake8-builtins
flake8-docstrings
flake8-logging-format
flake8-rst-docstrings
requirements-parser

# Required for test
nbformat
papermill
# Pin pytest due to VS Code issue
pytest==5.0.1
pytest-cov
nteract-scrapbook
tempeh==0.1.12
wheel

# Required for notebooks
jupyter
nbval
shap

# Required for documentation
sphinx