Skip to content

Commit

Permalink
Point asdl dep to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Aug 16, 2024
1 parent 756104d commit d5d92ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
# You can test your matrix by printing the current Python version
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install git+https://github.com/kazukiosawa/asdl
pip install -e .
- name: Test with pytest
run: |
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,13 @@ The [code](https://github.com/runame/laplace-redux) to reproduce the experiments
To install laplace with `pip`, run the following:

```bash
pip install git+https://github.com/kazukiosawa/asdl
pip install laplace-torch
```

For development purposes, e.g. if you would like to make contributions,
clone the repository and then install:

```bash
# first install the build system:
pip install --upgrade pip wheel packaging

# then install the develop
pip install -e ".[all]"
```

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ install_requires =
torchaudio
backpack-for-pytorch
asdfghjkl
asdl == 0.1a4
torchmetrics
opt_einsum
curvlinops-for-pytorch >= 2.0
curvlinops-for-pytorch == 2.0
python_requires = >=3.9

[options.packages.find]
Expand Down

0 comments on commit d5d92ae

Please sign in to comment.