Skip to content

Commit

Permalink
Fixes 3D plots with matplotlib 3.9.x (#705)
Browse files Browse the repository at this point in the history
* Fixes 3D plots with matplotlib 3.9

* Remove useless pickle import

* Limit scipy < 1.15 as torsion_vibration code not ready for 1.15

* Format with ruff 0.8.6
  • Loading branch information
relf authored Jan 6, 2025
1 parent 32bc046 commit ce1a818
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 189 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cython
numpy
scipy
scipy < 1.15
scikit-learn
pyDOE3
numba # JIT compiler
Expand Down
Loading

0 comments on commit ce1a818

Please sign in to comment.