Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-rdb-index
Browse files Browse the repository at this point in the history
  • Loading branch information
not522 committed May 8, 2023
2 parents cb9afb3 + 792754e commit 1719e6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
pytest tests -m "integration" \
--ignore tests/integration_tests/test_botorch.py \
--ignore tests/integration_tests/test_catalyst.py \
--ignore tests/integration_tests/test_catboost.py \
--ignore tests/integration_tests/test_fastaiv2.py \
--ignore tests/integration_tests/test_lightgbm.py \
--ignore tests/integration_tests/test_mlflow.py \
Expand Down Expand Up @@ -106,7 +105,6 @@ jobs:
pytest tests -m "integration and not slow" \
--ignore tests/integration_tests/test_botorch.py \
--ignore tests/integration_tests/test_catalyst.py \
--ignore tests/integration_tests/test_catboost.py \
--ignore tests/integration_tests/test_fastaiv2.py \
--ignore tests/integration_tests/test_lightgbm.py \
--ignore tests/integration_tests/test_mlflow.py \
Expand Down
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -15,7 +21,6 @@ formats: all
python:
# `sphinx` requires either Python >= 3.8 or `typed-ast` to reflect type comments
# in the documentation. See: https://github.com/sphinx-doc/sphinx/pull/6984
version: 3.8
install:
- method: pip
path: .
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ document = [
integration = [
"botorch>=0.4.0; python_version<'3.11'",
"catalyst>=21.3; python_version<'3.11'",
"catboost>=0.26; python_version<'3.11'",
"catboost>=0.26; sys_platform!='darwin'",
"catboost>=0.26,<1.2; sys_platform=='darwin'",
"cma",
"distributed",
"fastai; python_version<'3.11'",
Expand Down

0 comments on commit 1719e6d

Please sign in to comment.