Skip to content

Commit

Permalink
move to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Goncalves committed Feb 27, 2024
1 parent 6f3f47a commit e921bbc
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 344 deletions.
669 changes: 335 additions & 334 deletions Epidemiology302.ipynb

Large diffs are not rendered by default.

23 changes: 13 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
dependencies:
- matplotlib==3.1.3
- networkx=2.4
- numpy==1.18.1
- pandas==1.0.1
- scipy==1.4.1
- tqdm==4.46.0
- watermark==2.0.2
- python-wget==3.2
- shapely
- Cartopy==0.18.0
- beautifulsoup4==4.12.3
- Cartopy==0.22.0
- ipywidgets==8.0.4
- matplotlib==3.7.2
- networkx==3.1
- numpy==1.23.5
- pandas==2.0.3
- Requests==2.31.0
- scipy==1.12.0
- seaborn==0.13.2
- tqdm==4.65.0
- watermark==2.4.3
- wget==3.2

0 comments on commit e921bbc

Please sign in to comment.