Skip to content

Commit

Permalink
Merge pull request xopt-org#225 from dylanmkennedy/botorch-requirements
Browse files Browse the repository at this point in the history
Include requirement botorch<=0.10.0 for compatibility with python 3.9
  • Loading branch information
roussel-ryan authored May 2, 2024
2 parents e872ea5 + 219d4ee commit 9eb12be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- numpy
- pydantic>=2.3
- pyyaml
- botorch>=0.9.2
- botorch>=0.9.2,<=0.10.0
- scipy>=1.10.1
- pandas
- ipywidgets
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deap
numpy
pyyaml
torch
botorch>=0.9.2
botorch>=0.9.2,<=0.10.0
gpytorch
pandas
pydantic>=2.3
Expand Down

0 comments on commit 9eb12be

Please sign in to comment.