Skip to content

Commit

Permalink
Merge pull request #145 from toshihikoyanase/update-urls-of-requireme…
Browse files Browse the repository at this point in the history
…nts-txt

Shorten URLs of requirements.txt
  • Loading branch information
y0z authored Aug 28, 2024
2 parents fc59f6a + 2f0fe55 commit f91ebc7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package/samplers/catcma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This figure is from https://arxiv.org/abs/2405.09962.
## Installation

```bash
pip install -r requirements.txt
pip install -r https://hub.optuna.org/samplers/catcma/requirements.txt
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion package/samplers/gp_pims/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ license: "MIT License"
## Installation

```shell
$ pip install -r requirements.txt
$ pip install -r https://hub.optuna.org/samplers/gp_pims/requirements.txt
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion package/samplers/hebo/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 -r requirements.txt
pip install -r https://hub.optuna.org/samplers/hebo/requirements.txt
git clone [email protected]:huawei-noah/HEBO.git
cd HEBO/HEBO
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion package/samplers/nelder_mead/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This Nelder-Mead method implemenation employs the effective initialization metho
## Installation

```bash
pip install -r https://raw.githubusercontent.com/optuna/optunahub-registry/main/package/samplers/nelder_mead/requirements.txt
pip install -r https://hub.optuna.org/samplers/nelder_mead/requirements.txt
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion package/samplers/pfns4bo/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 -r requirements.txt
pip install -r https://hub.optuna.org/samplers/pfns4bo/requirements.txt
```

## Example
Expand Down
3 changes: 1 addition & 2 deletions package/samplers/pfns4bo/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"metadata": {},
"outputs": [],
"source": [
"!curl -LO https://raw.githubusercontent.com/optuna/optunahub-registry/main/package/samplers/pfns4bo/requirements.txt\n",
"%pip install -q --progress-bar off -r requirements.txt\n",
"%pip install -q --progress-bar off -r https://hub.optuna.org/samplers/pfns4bo/requirements.txt\n",
"%pip install -q --progress-bar off optunahub pfns4bo"
]
},
Expand Down
2 changes: 1 addition & 1 deletion package/samplers/plmbo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license: MIT License
## Installation

```sh
pip install -r https://raw.githubusercontent.com/optuna/optunahub-registry/main/package/samplers/plmbo/requirements.txt
pip install -r https://hub.optuna.org/samplers/plmbo/requirements.txt
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion package/samplers/uniform_design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UD is a variety of design-of-experiment (DOE) methods, and it has better sample
## Installation

```shell
$ pip install -r requirements.txt
$ pip install -r https://hub.optuna.org/samplers/uniform_design/requirements.txt
```

## Example
Expand Down

0 comments on commit f91ebc7

Please sign in to comment.