Skip to content

Commit

Permalink
Fix BoTorch deprecation + v0.4.1 (#38)
Browse files Browse the repository at this point in the history
This is a temporary fix for deprecating the `FixedNoiseGP` in BoTorch
v0.12. We need to address this later.
  • Loading branch information
ruicoelhopedro authored Nov 8, 2024
1 parent 98a8587 commit bd10c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piglot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__author__ = 'CM2S'
__copyright__ = '2024, CM2S'
__license__ = 'MIT'
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"sympy",
"scipy>=1.7", # For scipy.stats.qmc
"torch",
"botorch",
"botorch<0.12", # FixedNoiseGP has been deprecated, we need to update the code
"Pillow",
"matplotlib>=3.7.2", # https://github.com/matplotlib/matplotlib/pull/25565
"PyYAML",
Expand Down

0 comments on commit bd10c04

Please sign in to comment.