Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.12
- python=3.13
- pip>=22.1
- nbconvert>=6.1
- numpy=1.26
- numpy=2
- pandas=2
- seaborn=0.12
- ipykernel>=6.28
Expand Down
2 changes: 1 addition & 1 deletion notebooks/00-Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,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.13, 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
Loading