pytroll / pytroll-aapp-runner

Pytroll runner for AAPP
http://pytroll-aapp-runner.readthedocs.io/en/develop/
GNU General Public License v3.0
1 stars 8 forks source link

Remove unnecessary dependencies #31

Closed pnuu closed 3 months ago

pnuu commented 3 months ago

The pytroll-schedule library is marked as a dependency even if it is not needed. It will pull along also Scipy, Numpy, Pyresample, pykdtree and pyproj, none of which are needed. Also netifaces is declared as a dependency. It is needed, but only via Posttroll.

This PR removes these two packages from the requires in setup.py. Also the CI environment is cleaned up and tested Python versions are brought up-to-date.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9220189714

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 1682655996: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls