Skip to content

Commit

Permalink
docs: Remove numpy upper bound from docs build and mock mystic
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <[email protected]>
  • Loading branch information
shinnar committed Aug 6, 2024
1 parent b3de3cb commit dab1041
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"

# Optionally set the version of Python and requirements
# required to build your docs
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@
"aif360",
"ConfigSpace",
"fairlearn",
"mystic",
"numba",
"pytorch",
"tensorflow",
"torch",
"numba",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# all of setup.py -> install_requires
numpy<2.0.0
numpy
# aif360>=0.5.0
black==19.10b0
graphviz
hyperopt
Expand All @@ -13,7 +14,7 @@ h5py
astunparse
typing-extensions
# subset of setup.py -> extras_require -> full
mystic
# mystic
xgboost
lightgbm<4.4.0
liac-arff>=2.4.0
Expand Down

0 comments on commit dab1041

Please sign in to comment.