generated from berkeley-dsep-infra/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathenvironment.yml
110 lines (105 loc) · 2.3 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: astrods
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-offlinenotebook==0.3.1
- 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
- otter-grader==6.1.0
- pip==24.3.1
- python==3.11.*
# A linux desktop environment
- aiohttp==3.11.11
- altair==5.5.0
- astroquery==0.4.7
- astropy==7.0.0
- autopep8==2.3.2
- beautifulsoup4==4.12.3
- bqplot==0.12.43
- cartopy==0.23.0
- click==8.1.8
- corner==2.2.3
- cython==3.0.11
- dask==2024.12.1
- dask-ml==2024.4.4
- distributed==2024.12.1
- dustmaps==1.0.13
- fire==0.7.0
- flake8==7.1.1
- flask==3.1.0
- gensim==4.3.3
- graphviz==12.0.0
- ipycanvas==0.13.3
- ipyparallel==9.0.0
- ipython==8.31.0
- ipyvolume==0.6.3
- ipywidgets==8.1.5
- joblib==1.4.2
- jupysql==0.10.12
- lightkurve==2.5.0
- line_profiler==4.1.3
- matplotlib==3.9.2
- memory_profiler==0.61.0
- mpi4py==4.0.0
- mpich==4.2.2
- nltk==3.9.1
- numpy==1.26.4
- pandas==2.2.2
- pandas-bokeh==0.5.5
- protobuf==4.25.3
- pycodestyle==2.12.1
- pydot==3.0.3
- pyldavis==3.4.1
- pymc==5.20.0
- pytest-notebook==0.10.0
- pythreejs==2.4.2
- pytorch==2.4.0
- pytorch-lightning==2.4.0
- pytz==2024.2
- pyvo==1.6
- requests==2.32.3
- scikit-image==0.24.0
- scikit-learn==1.5.1
- scipy==1.13.1
- seaborn==0.13.2
- six==1.17.0
- snakeviz==2.2.0
- sqlalchemy==2.0.37
- torchvision=0.19.0
- tpot==0.12.2
- tqdm==4.67.1
- twine==6.0.1
- umap-learn==0.5.7
- urllib3==2.3.0
- vega_datasets==0.9.0
- watermark==2.5.0
- xarray==2025.1.1
# pip packages, conda preferred check https://anaconda.org/search first!
- pip:
# required for basic functionality
- nb2pdf==0.6.2
- nbconvert[webpdf]==7.16.5
- nbpdfexport==0.2.1
- git-credential-helpers==0.2
# other packages
- opencv-python==4.10.0.84
- pycodestyle_magic==0.5
- stsci.tools==4.1.1
- tables==3.10.1
- tdtax==0.1.6
- tweet-preprocessor==0.6.0
- vega==2.6.0
- vega3==0.13.0