wilson-eft / wilson

A Python package for the running and matching of Wilson coefficients above and below the electroweak scale
https://wilson-eft.github.io
MIT License
26 stars 19 forks source link

update .travis.yml and fix numpy-pandas dependency issue #60

Closed peterstangl closed 3 years ago

peterstangl commented 3 years ago

This PR updates the .travis.yml file (removes Python 3.5 and adds Python 3.8 and 3.9) and fixes a dependency issue between pandas and numpy by requiring numpy >= 1.16.5.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 214


Totals Coverage Status
Change from base Build 210: 0.0%
Covered Lines: 5634
Relevant Lines: 6267

💛 - Coveralls
DavidMStraub commented 3 years ago

Strange, why would Travis install such an old numpy version (and only for 3.7, not for 3.6)?

peterstangl commented 3 years ago

Strange, why would Travis install such an old numpy version (and only for 3.7, not for 3.6)?

Yes, I also don't understand why Travis installs this numpy version with Python 3.7. In principle, this is not an issue of wilson and I'm not sure if it should be addressed in the setup.py. But on the other hand, it's very easy to fix and I think it doesn't hurt to require numpy >= 1.16.5.