Skip to content

Commit

Permalink
Merge pull request #73 from uc-python/develop
Browse files Browse the repository at this point in the history
May 2024 Updates
  • Loading branch information
augustopher authored May 6, 2024
2 parents ca30a81 + c9458e0 commit 550ac6d
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 550ac6d

Please sign in to comment.