Skip to content

Commit c0d91f4

Browse files
committed
Bump versions.
1 parent 397df42 commit c0d91f4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: pandas_workshop
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.8.0,<=3.11.10
6-
- jupyterlab=3.5.2
7-
- matplotlib=3.6.3
8-
- numpy=1.24.1
9-
- pandas=1.5.3
10-
- requests=2.28.2
5+
- python>=3.8.0,<=3.11.30
6+
- jupyterlab>=3.5.2
7+
- matplotlib=3.7.1
8+
- numpy=1.24.2
9+
- pandas=2.0.0
10+
- requests
1111
- seaborn=0.12.2

notebooks/0-check_your_env.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"name": "python",
5757
"nbconvert_exporter": "python",
5858
"pygments_lexer": "ipython3",
59-
"version": "3.11.0"
59+
"version": "3.11.3"
6060
}
6161
},
6262
"nbformat": 4,

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
jupyterlab==3.5.2
2-
matplotlib==3.6.3
3-
numpy==1.24.1
4-
pandas==1.5.3
5-
requests==2.28.2
1+
jupyterlab>=3.5.2
2+
matplotlib==3.7.1
3+
numpy==1.24.2
4+
pandas==2.0.0
5+
requests
66
seaborn==0.12.2

0 commit comments

Comments
 (0)