Skip to content

Commit

Permalink
revert environment to Python 3.11
Browse files Browse the repository at this point in the history
Binder image cannot use 3.12 yet
  • Loading branch information
augustopher committed May 10, 2024
1 parent c9458e0 commit 506b939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.12
- python=3.11
- pip>=22.1
- nbconvert>=6.1
- numpy=1.26
Expand Down
2 changes: 1 addition & 1 deletion notebooks/00-Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"### Python\n",
"\n",
"* Python is the programming language we'll be learning in this class.\n",
"* We are using Python 3.12, the newest version of Python, for the entirety of this class.\n",
"* We are using Python 3.11, the (second-)newest version of Python, for the entirety of this class.\n",
"* The core libaries we will be using are `pandas` and `seaborn`."
]
},
Expand Down

0 comments on commit 506b939

Please sign in to comment.