-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
57 lines (51 loc) · 1.28 KB
/
environment.yml
File metadata and controls
57 lines (51 loc) · 1.28 KB
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
name: base-user-image
# This is the standard conda configuration file. Use this file to list
# the conda packages that you need installed in your environment.
channels:
- conda-forge
dependencies:
# Items required for basic level functionality
- gh-scoped-creds==4.1
- git==2.51.0
- ipython==9.7.0
- jupyter-resource-usage=1.2.0
- jupyterhub==5.4.3
- jupyterlab==4.5.2
- jupyter-archive==3.4.0
- jupyter_server==2.16.0
- jupyterlab-git==0.51.2
- jupyterlab_rise==0.43.1
- jupytext==1.16.6
- nbgitpuller==1.3.0
- notebook==7.5.0
- python==3.11.*
- pip==25.1.1
- sqlite==3.51.1
# vscode
- code-server==4.106.3
- jupyter-vscode-proxy==0.7
- jupyter-server-proxy==4.4.0
# data science
- datascience==0.18.1
- matplotlib==3.10.3
- numpy==2.3.5
- geopandas==1.1.0
- openpyxl==3.1.5
- pandas==2.3.0
- plotly==6.1.2
- scikit-learn==1.7.0
- scipy==1.15.2
- seaborn==0.13.2
- statsmodels==0.14.4
- sympy==1.14.0
# pip installed packages, conda is preferred
- pip:
- jupyterlab-a11y-checker==0.2.5
- jupyter-remote-desktop-proxy==3.0.1
- websockify==0.13.0
# useful for debugging python package issues
- pip-tree==4.0.0
- pipdeptree==2.28.0
- jupysql==0.10.15
- nbconvert[webpdf]==7.16.6
- otter-grader==6.1.3