Skip to content

Commit

Permalink
upgrade environment to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
augustopher committed Mar 15, 2024
1 parent c898343 commit 8572e40
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 8572e40

Please sign in to comment.