File tree 2 files changed +29
-30
lines changed
2 files changed +29
-30
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,25 @@ channels:
4
4
5
5
dependencies :
6
6
# Core Python stuff
7
- - python==3.10.6
8
- - pip==22 .2.2
7
+ - python==3.10.12
8
+ - pip==23 .2.1
9
9
10
10
# General scientific packages
11
- - numpy==1.23 .2
12
- - pandas==1.4.4
11
+ - numpy==1.25 .2
12
+ - pandas==2.0.3
13
13
14
14
# 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
18
18
19
19
# Code testing
20
20
- nose==1.3.7
21
21
22
22
# 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
Original file line number Diff line number Diff line change @@ -4,34 +4,34 @@ channels:
4
4
5
5
dependencies :
6
6
# Core Python stuff
7
- - python==3.10.6
8
- - pip==22 .2.2
7
+ - python==3.10.12
8
+ - pip==23 .2.1
9
9
10
10
# General scientific packages
11
- - numpy==1.23 .2
12
- - pandas==1.4.4
11
+ - numpy==1.25 .2
12
+ - pandas==2.0.3
13
13
14
14
# 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
18
18
19
19
# Code testing
20
20
- nose==1.3.7
21
21
22
22
# 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
29
29
30
30
# Teacher tools
31
31
- nbgrader
32
- - gitpython==3.1.27
32
+ - gitpython==3.1.32
33
33
- jinja2==3.1.2
34
34
35
35
# Code formatting
36
- - black-jupyter==22.6 .0
37
- - flake8==5.0.4
36
+ - black-jupyter==23.7 .0
37
+ - flake8==6.1.0
You can’t perform that action at this time.
0 commit comments