josemiotto / pylevy

Levy distributions for Python
GNU General Public License v3.0
34 stars 18 forks source link

requirements.txt is overly restrictive #12

Open ragibson opened 4 years ago

ragibson commented 4 years ago

The current requirements.txt suggests that you need numpy and scipy versions to be exactly 1.15.0 and 1.1.0, respectively.

Shouldn't this be changed to the following?

numpy>=1.15.0
scipy>=1.1.0
josemiotto commented 4 years ago

I'm not sure to be honest. Let me control.