Skip to content

Commit 8445f7f

Browse files
committed
Update environment for 2023
1 parent 115f41f commit 8445f7f

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

geo-python-student.yml

+13-14
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,25 @@ channels:
44

55
dependencies:
66
# Core Python stuff
7-
- python==3.10.6
8-
- pip==22.2.2
7+
- python==3.10.12
8+
- pip==23.2.1
99

1010
# General scientific packages
11-
- numpy==1.23.2
12-
- pandas==1.4.4
11+
- numpy==1.25.2
12+
- pandas==2.0.3
1313

1414
# Plotting
15-
- matplotlib==3.5.3
16-
- imageio==2.21.2
17-
- hvplot==0.8.1
15+
- matplotlib==3.7.2
16+
- imageio==2.31.1
17+
- hvplot==0.8.4
1818

1919
# Code testing
2020
- nose==1.3.7
2121

2222
# Jupyter environment
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
29-
23+
- jupyterlab==3.6.3
24+
- jupyterlab-git==0.42.0
25+
- jupyterhub==4.0.2
26+
- notebook==6.5.4
27+
- ipython==8.14.0
28+
- ipykernel==6.25.1

geo-python-teacher.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@ channels:
44

55
dependencies:
66
# Core Python stuff
7-
- python==3.10.6
8-
- pip==22.2.2
7+
- python==3.10.12
8+
- pip==23.2.1
99

1010
# General scientific packages
11-
- numpy==1.23.2
12-
- pandas==1.4.4
11+
- numpy==1.25.2
12+
- pandas==2.0.3
1313

1414
# Plotting
15-
- matplotlib==3.5.3
16-
- imageio==2.21.2
17-
- hvplot==0.8.1
15+
- matplotlib==3.7.2
16+
- imageio==2.31.1
17+
- hvplot==0.8.4
1818

1919
# Code testing
2020
- nose==1.3.7
2121

2222
# Jupyter environment
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
23+
- jupyterlab==3.6.3
24+
- jupyterlab-git==0.42.0
25+
- jupyterhub==4.0.2
26+
- notebook==6.5.4
27+
- ipython==8.14.0
28+
- ipykernel==6.25.1
2929

3030
# Teacher tools
3131
- nbgrader
32-
- gitpython==3.1.27
32+
- gitpython==3.1.32
3333
- jinja2==3.1.2
3434

3535
# Code formatting
36-
- black-jupyter==22.6.0
37-
- flake8==5.0.4
36+
- black-jupyter==23.7.0
37+
- flake8==6.1.0

0 commit comments

Comments
 (0)