Skip to content

Commit 115f41f

Browse files
committed
Update for 2022
1 parent 32f41b4 commit 115f41f

File tree

2 files changed

+30
-32
lines changed

2 files changed

+30
-32
lines changed

geo-python-student.yml

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
name: geo-python-student
22
channels:
33
- conda-forge
4-
- patrikhlobil
54

65
dependencies:
76
# Core Python stuff
8-
- python==3.8.10
9-
- pip==21.2.4
7+
- python==3.10.6
8+
- pip==22.2.2
109

1110
# General scientific packages
12-
- numpy==1.21.2
13-
- pandas==1.3.2
11+
- numpy==1.23.2
12+
- pandas==1.4.4
1413

1514
# Plotting
16-
- matplotlib==3.4.3
17-
- imageio==2.9.0
18-
- patrikhlobil::pandas-bokeh==0.5
15+
- matplotlib==3.5.3
16+
- imageio==2.21.2
17+
- hvplot==0.8.1
1918

2019
# Code testing
2120
- nose==1.3.7
2221

2322
# Jupyter environment
24-
- jupyterlab==3.1.10
25-
- jupyterlab-git==0.32.2
26-
- jupyterhub==1.4.2
27-
- notebook==6.4.3
28-
- ipython==7.27.0
29-
- ipykernel==6.3.1
23+
- jupyterlab==3.4.6
24+
- jupyterlab-git==0.39.2
25+
- jupyterhub==2.3.1
26+
- notebook==6.4.12
27+
- ipython==8.5.0
28+
- ipykernel==6.15.2
3029

geo-python-teacher.yml

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,37 @@
11
name: geo-python-teacher
22
channels:
33
- conda-forge
4-
- patrikhlobil
54

65
dependencies:
76
# Core Python stuff
8-
- python==3.8.10
9-
- pip==21.2.4
7+
- python==3.10.6
8+
- pip==22.2.2
109

1110
# General scientific packages
12-
- numpy==1.21.2
13-
- pandas==1.3.2
11+
- numpy==1.23.2
12+
- pandas==1.4.4
1413

1514
# Plotting
16-
- matplotlib==3.4.3
17-
- imageio==2.9.0
18-
- patrikhlobil::pandas-bokeh==0.5
15+
- matplotlib==3.5.3
16+
- imageio==2.21.2
17+
- hvplot==0.8.1
1918

2019
# Code testing
2120
- nose==1.3.7
2221

2322
# Jupyter environment
24-
- jupyterlab==3.1.10
25-
- jupyterlab-git==0.32.2
26-
- jupyterhub==1.4.2
27-
- notebook==6.4.3
28-
- ipython==7.27.0
29-
- ipykernel==6.3.1
23+
- jupyterlab==3.4.6
24+
- jupyterlab-git==0.39.2
25+
- jupyterhub==2.3.1
26+
- notebook==6.4.12
27+
- ipython==8.5.0
28+
- ipykernel==6.15.2
3029

3130
# Teacher tools
3231
- nbgrader
33-
- gitpython==3.1.18
34-
- jinja2==3.0.1
32+
- gitpython==3.1.27
33+
- jinja2==3.1.2
3534

3635
# Code formatting
37-
- black-jupyter==21.9b0
38-
- flake8==3.8.4
36+
- black-jupyter==22.6.0
37+
- flake8==5.0.4

0 commit comments

Comments
 (0)