Skip to content

Commit

Permalink
build(matplotlib): maxed to v3.5.3 due to plotnine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Sep 29, 2022
1 parent 0da9e1b commit 41cc227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ volumentations-aucmedi==1.0.1
plotnine==0.8.0
protobuf==3.20.2
pathos==0.2.9
matplotlib==3.5.1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
'batchgenerators>=0.23',
'volumentations-aucmedi>=1.0.1',
'plotnine>=0.8.0',
'pathos>=0.2.9'],
'pathos>=0.2.9',
'matplotlib>=3.5.0,<3.5.3'],
classifiers=["Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 41cc227

Please sign in to comment.