Skip to content

Commit

Permalink
Merge pull request #5979 from shaneknapp/fix-astro
Browse files Browse the repository at this point in the history
adding sqlite to allow for astro notebook launch
  • Loading branch information
shaneknapp authored Aug 20, 2024
2 parents 68b5d8b + 5b52a5f commit 64641af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/astro/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- jax>=0.4.31
- jaxlib>=0.4.31
- cython==3.0.11
- sqlite==3.46.0
- pip

- pip:
Expand Down Expand Up @@ -104,4 +105,4 @@ dependencies:
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
- pytest-notebook==0.8.1
- jupyter-tensorboard>=0.2.0
- jupyter-tensorboard>=0.2.0

0 comments on commit 64641af

Please sign in to comment.