Skip to content

Commit

Permalink
Merge pull request #120 from nabenabe0928/fix-gp-sampler-installation
Browse files Browse the repository at this point in the history
Replace `pytorch` with `torch` because `pytorch` is wrong
  • Loading branch information
y0z authored Jul 30, 2024
2 parents aa61798 + f6c02d6 commit d7d5e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/gp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license: MIT License
## Installation

```bash
pip install scipy pytorch
pip install scipy torch
```

## Example
Expand Down

0 comments on commit d7d5e65

Please sign in to comment.