sapols / pyhc-environment-files

Files for a unified Python virtual environment containing all published PyHC packages
0 stars 0 forks source link

pyhc-requirements.txt contains PyHC packages #2

Closed xandrd closed 1 year ago

xandrd commented 1 year ago

@sapols I just realized that aacgmv2 is a PyHC package. It is technically outside of the python bare environment for PyHC packages. But it is included in pyhc-requirements.txt, same as plasmapy.

I think, we should clean pyhc-requirements.txt. Does pyhc-packages-requirements.txt have all PyHC packages?

xandrd commented 1 year ago

I've added cross-reference-check.py script into overlap branch that shows overlaped packages between "bare" and "pyhc" packages requirements files. And here they are:

{'sciencedates', 'ndcube', 'viresclient', 'cdflib', 'aacgmv2', 'pytplot-mpl-temp', 'plasmapy', 'hapiclient', 'msise00', 'sunpy', 'sunraster', 'pysat'}
sapols commented 1 year ago

Thanks for this @xandrd! I've updated pyhc-requirements.txt on the main branch.