Skip to content

Commit 327501b

Browse files
authored
Merge pull request #377 from MIT-LCP/old-matplotlib
Relax matplotlib dependency for Google Colab
2 parents 0d42dfb + 2e6327e commit 327501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.7"
1010
numpy = "^1.10.1"
1111
scipy = "^1.0.0"
1212
pandas = "^1.0.0"
13-
matplotlib = "^3.3.4"
13+
matplotlib = "^3.2.2"
1414
requests = "^2.8.1"
1515
pytest = {version = "^7.1.1", optional = true}
1616
pytest-xdist = {version = "^2.5.0", optional = true}

0 commit comments

Comments
 (0)