Skip to content

Commit

Permalink
Upgrade dependencies on Binder
Browse files Browse the repository at this point in the history
- Python 3.10 -> 3.11
- matplotlib 3.5.1 -> 3.6.2
- numpy 1.22.X -> latest
  • Loading branch information
sebp committed Jan 1, 2024
1 parent 0903e68 commit df36511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ channels:
- defaults
- sebp
dependencies:
- python=3.10
- python=3.11
- pip
- scikit-survival
- matplotlib=3.5.1
- numpy<1.23.0
- matplotlib~=3.6.2
- numpy
- seaborn==0.11.2

0 comments on commit df36511

Please sign in to comment.