Skip to content

Commit

Permalink
Merge pull request #71 from uc-python/python-3-12
Browse files Browse the repository at this point in the history
Python 3.12
  • Loading branch information
augustopher authored Apr 19, 2024
2 parents 3421310 + 215398f commit dc19462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.11
- python=3.12
- pip>=22.1
- nbconvert>=6.1
- numpy=1.25
- pandas=2.0
- numpy=1.26
- pandas=2
- seaborn=0.12
- ipykernel>=6.4
- ipykernel>=6.28
- jinja2>=2.11
- jedi>=0.17
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.11, the newest version of Python, for the entirety of this class.\n",
"* We are using Python 3.12, the 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 dc19462

Please sign in to comment.