Skip to content

Commit 8d8be97

Browse files
committed
drop upper bound on matplotlib
1 parent 7cd5729 commit 8d8be97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project_urls =
2828
[options]
2929
packages = proplot
3030
install_requires =
31-
matplotlib>=3.0.0,<3.6.0
31+
matplotlib>=3.0.0
3232
numpy
3333
include_package_data = True
3434
python_requires = >=3.6.0

0 commit comments

Comments
 (0)