Skip to content

Commit

Permalink
add tensorboard and jupyter goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
profjsb committed Aug 19, 2024
1 parent 7c57a69 commit e6df54e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion deployments/astro/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ channels:
dependencies:
- python=3.11.*
- jupyter-server-proxy>=4.3
- git==2.39.1
- jupyter-resource-usage==1.0.0
- jupyterlab==4.0.11
- jupyterlab-favorites==3.0.0
- jupyterlab_server==2.23.0
- jupyterlab_widgets==3.0.8
- jupyter_server==2.7.0
- nbgitpuller==1.2.1
- notebook==7.0.7
# A linux desktop environment
- websockify
- numpy>=2.1.0
Expand All @@ -30,6 +39,7 @@ dependencies:
- scikit-learn==1.5.*
- scikit-image==0.24.*
- scipy==1.14.*
- tensorflow-cpu==2.12.1
- jax>=0.4.31
- jaxlib>=0.4.31
- cython==3.0.11
Expand Down Expand Up @@ -92,6 +102,7 @@ dependencies:
- fire
- pycodestyle
- flake8
- tdtax>=0.1.6
# - nb_black
- pycodestyle_magic
- twine
Expand All @@ -100,4 +111,5 @@ dependencies:
- nbconvert[webpdf]
- nb2pdf==0.6.2
- nbpdfexport==0.2.1
- pytest-notebook==0.8.1
- pytest-notebook==0.8.1
- jupyter-tensorboard>=0.2.0

0 comments on commit e6df54e

Please sign in to comment.