Skip to content

Commit

Permalink
fixes for readthedocs requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
  • Loading branch information
shinnar committed Feb 12, 2024
1 parent fe00ebd commit d3738b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
# Mock requirements to save resources during doc build machine setup
autodoc_mock_imports = [
"aif360",
"autoai_libs",
"fairlearn",
"pytorch",
"tensorflow",
"torch",
"numba",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 0 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ mystic
xgboost
lightgbm<4.4.0
liac-arff>=2.4.0
numba==0.49.0
aif360>=0.4.0
imbalanced-learn
cvxpy>=1.0,<=1.1.7
smac<=0.10.0
# subset of setup.py -> extras_require -> test
sphinx>=5.0.0
Expand Down

0 comments on commit d3738b2

Please sign in to comment.