Skip to content

Commit

Permalink
Pin matplotlib version (#54)
Browse files Browse the repository at this point in the history
* Add --only-binary for matplotlib

See #51 (comment)

* Use lower version instead of --only-binary

setup.py doesn't play well with that option.
  • Loading branch information
Bobronium authored Aug 5, 2024
1 parent c7bc106 commit 3cd8bc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ attrs>=21.3.0
defusedxml>=0.7.0
h5py>=2.10.0
lxml>=4.4.1
matplotlib>=3.3.1
# matplotlib can be updated once issue linked in https://github.com/cvat-ai/datumaro/pull/54 is resolved
matplotlib>=3.3.1,<3.9.1
networkx>=2.5
nibabel>=3.2.1
numpy>=1.17.3
Expand Down

0 comments on commit 3cd8bc3

Please sign in to comment.