Skip to content

Commit 4ad3929

Browse files
committed
try unpinning matplotlib dep
1 parent df2e458 commit 4ad3929

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- empymod
1010
- ipywidgets
1111
- jupyter
12-
- matplotlib<3.5
12+
- matplotlib
1313
- Pillow
1414
- pip
1515
- pymatsolver

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- discretize
99
- ipywidgets
1010
- jupyter
11-
- matplotlib<3.5
11+
- matplotlib
1212
- Pillow
1313
- pip
1414
- pymatsolver

0 commit comments

Comments
 (0)