Skip to content

Commit

Permalink
Install pkgs with pip instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jun 22, 2021
1 parent aa1f1fc commit 0135e2e
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 59 deletions.
59 changes: 0 additions & 59 deletions deployments/utoronto/image/environment.yml

This file was deleted.

50 changes: 50 additions & 0 deletions deployments/utoronto/image/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# for jupyter-desktop-server
- websockify

- numpy
- scipy
- matplotlib
- pandas
- seaborn
- sympy
- networkx
- scikit-learn
- beautifulsoup4
- statsmodels
- nltk
- spacy
- geopandas
# From https://github.com/utoronto-2i2c/jupyterhub-deploy/issues/29
- astroquery
- astropy
- galpy

# Infrastructure things
- jupyterlab==2.*
- voila==0.1.23
- nbgitpuller==0.9.*
- jupyter-resource-usage==0.5.1
- nbinteract==0.2.5
- jupytext==1.6.*
- RISE==5.6.1
- jupyter_contrib_nbextensions==0.5.1
- jupyter-desktop-server==0.1.3
- git-credential-helpers==0.2
- notebook==6.1.6
- jupyterhub==1.3.0
- jupyter-server-proxy==1.5.2
- jupyter-rsession-proxy==1.2
- jupyter-shiny-proxy==1.1
- jupyter-tree-download==1.0.1
- ipywidgets==7.6.2
# This is temporary (ref: https://github.com/utoronto-2i2c/jupyterhub-deploy/issues/77)
- jedi==0.17.2

- datascience
- geojson
- folium
- geopy

# nbextensions
- jupyterthemes==0.20.0
- qgrid==1.3.1

0 comments on commit 0135e2e

Please sign in to comment.