Skip to content

Commit

Permalink
Install octave and jupyter-remote-desktop-proxy.
Browse files Browse the repository at this point in the history
Also bump versions and remote unneeded packages.
  • Loading branch information
ryanlovett committed Sep 27, 2024
1 parent 3c8a4f4 commit fea2510
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 77 deletions.
78 changes: 30 additions & 48 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,59 +5,41 @@ channels:
- pytorch

dependencies:
- python==3.11.*
- 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
- jupyterhub==4.1.6
- python==3.12.*
- duckdb==1.0.0
- folium==0.14.0
- gh-scoped-creds==4.1
- git==2.39.1
- h5netcdf==1.0.2
- ipywidgets==8.0.7
- ipywidgets==8.1.5
- jupysql==0.8.0
- jupyter-archive==3.4.0
- matplotlib==3.7.1
- mdit-py-plugins==0.4.0
- numpy==1.24.2
- pandas==2.0.2
- plotly==5.13.1
- jupyterlab==4.2.5
- jupyterlab-favorites==3.0.0
- jupyterlab_server==2.27.3
- jupyterlab_widgets==3.0.13
- jupyter-resource-usage==1.1.0
- jupyter_server==2.14.2
- matplotlib==3.9.2
- mdit-py-plugins==0.4.2
- nbconvert==7.16.4
- nbgitpuller==1.2.1
- notebook==7.2.2
- numpy==2.1.1
- octave_kernel==0.36.0
- pandas==2.2.3
- plotly==5.24.1
- pytest-notebook==0.10.0
- requests==2.28.2
- scikit-image==0.19.3
- scikit-learn==1.2.2
- scipy==1.10.1
- seaborn==0.12.2
- statsmodels==0.14.0
- tensorflow-cpu==2.12.1
- sqlalchemy==2.0.16
- mlxtend==0.23.0
# Spring 2024 data 100
- pytorch==2.1.2
- cpuonly==2.0
- transformers==4.37.1
# Spring 2024 table demos
- lxml==5.1.0
# Spring 2024 Econ 148 Packages
- geopandas==0.14.2
- geopy==2.4.1
- lifelines==0.27.8
- pycountry==22.3.5
- scikit-image==0.24.0
- scikit-learn==1.5.2
- scipy==1.14.1
- seaborn==0.13.2
- statsmodels==0.14.3
- tensorflow-cpu==2.17.0
- xeus-octave==0.2.0
- pip
- pip:
# - -r infra-requirements.txt
- ipywidgets==8.0.7
# disable until fixed (probably this: https://github.com/jupyterlab/jupyter-collaboration/issues/162)
# - jupyter_collaboration==1.0.1
- jupyterhub==4.1.6
- nbconvert[webpdf]
# - pyppeteer==2.0.0
- pytest-notebook==0.8.1
- gh-scoped-creds==4.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- ydata-profiling==4.6.4
- otter-grader==5.4.0
- duckdb==0.10.1
- duckdb_engine==0.11.2
- jupyter-remote-desktop-proxy==2.0.1
29 changes: 0 additions & 29 deletions infra-requirements.txt

This file was deleted.

0 comments on commit fea2510

Please sign in to comment.