Skip to content

Commit

Permalink
Merge pull request #183 from aleximmer/asdl-dependency
Browse files Browse the repository at this point in the history
Move back to ASDL's main repo as dependency
  • Loading branch information
aleximmer authored Apr 29, 2024
2 parents a780dee + df36ba8 commit 7af7e30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ To install laplace with `pip`, run the following:
pip install laplace-torch
```


Note that, if you would like to use ASDL as a backend, please install it via the following, for full compatibility:
```bash
pip install git+https://github.com/wiseodd/asdl.git@dev
```

For development purposes, clone the repository and then install:
```bash
# or after cloning the repository for development
Expand Down
5 changes: 1 addition & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ <h2 id="setup">Setup</h2>
To install laplace with <code>pip</code>, run the following:</p>
<pre><code class="language-bash">pip install laplace-torch
</code></pre>
<p>Note that, if you would like to use ASDL as a backend, please install it via the following, for full compatibility:</p>
<pre><code class="language-bash">pip install git+https://github.com/wiseodd/asdl.git@dev
</code></pre>
<p>For development purposes, clone the repository and then install:</p>
<pre><code class="language-bash"># or after cloning the repository for development
pip install -e .
Expand Down Expand Up @@ -1999,4 +1996,4 @@ <h4><code><a title="laplace.DiagSubnetLaplace" href="#laplace.DiagSubnetLaplace"
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
</footer>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
torchaudio
backpack-for-pytorch
asdfghjkl
asdl @ git+https://github.com/wiseodd/asdl@dev
asdl @ git+https://github.com/kazukiosawa/asdl
torchmetrics
opt_einsum
curvlinops-for-pytorch @ git+https://github.com/f-dangel/curvlinops
Expand Down

0 comments on commit 7af7e30

Please sign in to comment.