HiSPARC / publicdb

The HiSPARC Public Database
https://data.hisparc.nl/
GNU General Public License v3.0
8 stars 4 forks source link

Update how requirements are installed #389

Closed 153957 closed 2 months ago

153957 commented 2 months ago

Use pip instead of conda for most dependencies. Only install uwsgi and hdf5 using conda since those are hard to compile and do not provide wheels on PyPI. The code is already available, use the requirements it specifies instead of separately copying them. Update other references like dependabot.

153957 commented 2 months ago

It seems tests were failing because of an issue with PyTables: https://github.com/PyTables/PyTables/issues/1208