generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
environment.yml
75 lines (72 loc) · 2.06 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
channels:
- conda-forge
dependencies:
# Items required for basic level functionality
- gh-scoped-creds==4.1
- git==2.47.0
- jupyter-resource-usage==1.1.0
- jupyter_server==2.14.2
- jupyterhub==4.1.6
- jupyterlab==4.2.5
- jupyterlab-git==0.50.1
- jupytext==1.16.4
- nbgitpuller==1.2.1
- notebook==7.2.2
- python==3.11.*
# Other items
- ipywidgets==8.1.2
- nbclassic==1.1.0
- jupyter-server-proxy==4.4.0
- jupyter-vscode-proxy==0.6
- code-server==4.23.1
- syncthing==1.27.12
- websockify==0.12.0
- appmode=1.0.0
- jupyter-syncthing-proxy==1.0.3
# https://github.com/berkeley-dsep-infra/datahub/issues/2535
# gcc, gdb, etc are newer in conda-forge than in apt, esp with Ubuntu focal
- c-compiler==1.8.0
- cxx-compiler==1.8.0
- fortran-compiler==1.8.0
- gdb==15.1
- libopenblas=0.3.28
- liblapack=3.9.0
- armadillo==14.0.3
- gperf==3.1
# CS 16A
# From https://github.com/berkeley-dsep-infra/datahub/issues/1363#issuecomment-598916469
- numpy==1.26.*
- matplotlib==3.8.*
- sympy==1.12
# For EECS127/227a
# See https://github.com/berkeley-dsep-infra/datahub/issues/1631
- cvxpy==1.4.3
# See https://github.com/berkeley-dsep-infra/datahub/issues/1936
- scikit-learn=1.4.*
# From https://github.com/berkeley-dsep-infra/datahub/issues/1505
- Pillow==10.4.0
# For ELENG 120 https://github.com/berkeley-dsep-infra/datahub/issues/3566
- scipy==1.14.1
- gcc==13.3.0
# https://github.com/berkeley-dsep-infra/datahub/issues/4460
- sk-video==1.1.10
- ffmpeg==5.1.2
# https://github.com/berkeley-dsep-infra/datahub/issues/4708
- datascience==0.17.6
- pip==24.2
- pip:
# From https://github.com/berkeley-dsep-infra/datahub/issues/1639
- opencv-python==4.9.0.80
- PyQt5==5.15.11
# From https://github.com/berkeley-dsep-infra/datahub/issues/1363#issuecomment-598916469
- lcapy==0.96
# make webpdf export work DH-326
- nbconvert[webpdf]==7.16.4
# For desktop environment
- jupyter-desktop-server==0.1.3
- otter-grader==3.1.4
- jupyter-archive==3.4.0
- rise==5.7.1
- git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling
- git-credential-helpers==0.2
- jupyter-tree-download==1.0.1