We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df8b56 commit 13eeec8Copy full SHA for 13eeec8
environment.yml
@@ -2,8 +2,8 @@ name: pandas_workshop
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.10.2
6
- - jupyterlab=3.3.0
+ - python>=3.8.0,<=3.10.15
+ - jupyterlab=3.5.2
7
- matplotlib=3.5.1
8
- numpy=1.22.3
9
- pandas=1.4.1
requirements.txt
@@ -1,4 +1,4 @@
1
-jupyterlab==3.3.0
+jupyterlab==3.5.2
matplotlib==3.5.1
numpy==1.22.3
pandas==1.4.1
0 commit comments