Skip to content

Commit 13eeec8

Browse files
committed
Bump Jupyter Lab version to so pyyaml is available; update Python version with range.
1 parent 8df8b56 commit 13eeec8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: pandas_workshop
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10.2
6-
- jupyterlab=3.3.0
5+
- python>=3.8.0,<=3.10.15
6+
- jupyterlab=3.5.2
77
- matplotlib=3.5.1
88
- numpy=1.22.3
99
- pandas=1.4.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==3.3.0
1+
jupyterlab==3.5.2
22
matplotlib==3.5.1
33
numpy==1.22.3
44
pandas==1.4.1

0 commit comments

Comments
 (0)