Skip to content

Commit

Permalink
Feature/bump botorch (#250)
Browse files Browse the repository at this point in the history
* bump botorch verion

* bump python versions for test
  • Loading branch information
jduerholt authored Aug 4, 2023
1 parent 2f2994c commit 2ad4511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
python-version: ['3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.10' ]
python-version: [ '3.9', '3.11' ]
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
long_description=long_description,
long_description_content_type="text/markdown",
python_requires=">=3.8",
python_requires=">=3.9.0",
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand All @@ -42,8 +42,7 @@
],
extras_require={
"optimization": [
"torch>=1.12",
"botorch==0.8.5",
"botorch>=0.9.1",
"multiprocess",
"plotly",
"formulaic>=0.6.0",
Expand Down

0 comments on commit 2ad4511

Please sign in to comment.