Skip to content

Commit

Permalink
Fix typo in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGoertz committed Feb 2, 2022
1 parent f4720b7 commit fd4584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas>=1.2.3
numpy>=1.15, #<=1.19.3 # numpy >1.19.3 leads to inscrutable linear algebra errors with mvup.cov and mvup.dist. May just be on Windows/WSL. Hopefully fixed soon.
numpy>=1.15 #<=1.19.3 # numpy >1.19.3 leads to inscrutable linear algebra errors with mvup.cov and mvup.dist. May just be on Windows/WSL. Hopefully fixed soon.
scipy
seaborn
matplotlib
Expand Down

0 comments on commit fd4584e

Please sign in to comment.