Skip to content

Commit

Permalink
Add the note about the Optuna version constraint and remove constrain…
Browse files Browse the repository at this point in the history
…t from requirements
  • Loading branch information
nabenabe0928 committed Oct 31, 2024
1 parent 5660f62 commit b0da194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package/samplers/auto_sampler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ This sampler requires optional dependencies of Optuna.
$ pip install optunahub cmaes torch scipy
```

Note that since we may update the implementation of `AutoSampler`, it is highly encouraged to use the latest version of Optuna.

## Example

```python
Expand Down
1 change: 0 additions & 1 deletion package/samplers/auto_sampler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
scipy
torch
cmaes
optuna>=4.1.0

0 comments on commit b0da194

Please sign in to comment.