Skip to content

Commit

Permalink
update project dependencies: matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvochten committed Apr 30, 2024
1 parent 5b1b5e6 commit 786a8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ packages = [{include = "invariants_py"}]
[tool.poetry.dependencies]
python = "^3.6"
scipy = "^1.5.2"
casadi = "^3.5.5"
casadi = "^3.5.5, <4.0.0"
PyQt5 = "^5.10.1"
matplotlib = "^3.3.1"
matplotlib = "^3.3.1, <3.8.0" # open bug in >=3.8.0 https://github.com/matplotlib/matplotlib/issues/26827
numpy = "^1.19.0"
ipython = "^7.15.0"
numpy-stl = "^2.12.0"
Expand Down

0 comments on commit 786a8c2

Please sign in to comment.