generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenvironment.yml
75 lines (69 loc) · 1.87 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: data100-FA23
channels:
- conda-forge
- pytorch
dependencies:
# Items required for basic level functionality
- gh-scoped-creds==4.1
- git==2.47.1
- jupyter-archive==3.4.0
- jupyter-resource-usage==1.1.0
- jupyter-server-proxy==4.4.0
- jupyter_server==2.15.0
- jupyterhub==5.2.1
- jupyterlab==4.3.4
- jupyterlab-git==0.50.2
- jupyterlab_rise==0.43.1
- jupytext==1.16.6
- nbgitpuller==1.2.1
- notebook==7.3.2
- pip==24.3.1
- python==3.11.*
# other packages
- duckdb==1.1.3
- duckdb-engine==0.15.0
- folium==0.14.0
- h5netcdf==1.0.2
- ipywidgets==8.1.5
- jupysql==0.10.17
- jupyterlab-favorites==3.2.2
- jupyterlab_server==2.27.3
- jupyterlab_widgets==3.0.13
- matplotlib==3.7.1
- mdit-py-plugins==0.4.0
- mlxtend==0.23.0
- numpy==1.24.2
- pandas==2.0.2
- plotly==5.13.1
- pytest-notebook==0.10.0
- requests==2.32.3
- scikit-image==0.19.3
- scikit-learn==1.2.2
- scipy==1.10.1
- seaborn==0.13.2
- sqlalchemy==2.0.16
- statsmodels==0.14.0
- tensorflow-cpu==2.17.0
- ydata-profiling==4.12.1
# Spring 2024 data 100
- cpuonly==2.0
- pytorch==2.5.1
- 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
# pip installed pacakges, conda preferred
- pip:
# required for basic functionality
- git-credential-helpers==0.2
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- nbconvert[webpdf]==7.16.5
- otter-grader==6.0.4
# disable until fixed (probably this: https://github.com/jupyterlab/jupyter-collaboration/issues/162)
# DH-418, 2024-01-16, above issue still not fixed. Also this package is available in condaforge
# https://anaconda.org/conda-forge/jupyter-collaboration
# - jupyter_collaboration==1.0.1