Skip to content

Commit

Permalink
Fix matplotlib version error
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreffle committed Jun 16, 2024
1 parent b826373 commit 4a535ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 179 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jupyterlab_widgets==3.0.10
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.9.0
matplotlib==3.8.4
matplotlib-inline==0.1.6
mdurl==0.1.2
mistune==3.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_minimal.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jupyter # to run notebooks
pandas
numpy
matplotlib
matplotlib<3.9.0
scikit-learn # import sklearn
scipy
statsmodels
Expand Down
177 changes: 0 additions & 177 deletions requirements_pip_freeze.txt

This file was deleted.

0 comments on commit 4a535ce

Please sign in to comment.