Skip to content

Commit

Permalink
Merge pull request #52 from BenMazin1/master
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
pog87 authored Jul 24, 2024
2 parents afb741e + 6085012 commit a084d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib
matplotlib<3.9
numpy>=1.16
scipy
seaborn==0.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'Operating System :: MacOS',
],
install_requires=[
'matplotlib',
'matplotlib<3.9',
'numpy>=1.16',
'scipy',
'seaborn==0.11',
Expand Down

0 comments on commit a084d65

Please sign in to comment.