Skip to content

Commit

Permalink
updating requirements
Browse files Browse the repository at this point in the history
lmfit is now needed for advanced module extensions. I had to increase also numpy. Hopefully by now this won't trigger issue #25 as numpy version has been updated everywhere by now.
  • Loading branch information
nikolasibalic committed Sep 20, 2019
1 parent a3f6a9f commit 8a93438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
scipy>=0.18.1
numpy>=1.11.1,<1.16.0
numpy>=1.16.0
matplotlib>=1.5.3
sympy>=1.1.1
lmfit>=0.9.0

0 comments on commit 8a93438

Please sign in to comment.