Skip to content

Commit

Permalink
fix: matplotlib 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Jul 4, 2024
1 parent db03d6d commit 862f7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions bioptim/gui/ipopt_output_plot.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import pickle

import numpy as np
import pickle
from casadi import jacobian, gradient, sum1, Function
from matplotlib import pyplot as plt
from matplotlib.cm import get_cmap
from matplotlib.pyplot import get_cmap


def create_ipopt_output_plot(ocp, interface):
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- biorbd >=1.11.1
- matplotlib
- matplotlib>=3.9
- pyqt
- pyqtgraph
- python-graphviz

0 comments on commit 862f7a7

Please sign in to comment.