Given that some people have raised concern about the dependency hell that should be avoidable, it would be good to have a nnpdf-data package that includes only:
- data
- theory_db
- reader
- theory-reader
The only dependencies that would introduce are yaml, numpy, pandas and validobj.
With both pandas and numpy being used only to actually load the data/uncertainties/etc but I think that it would be good for such a package to include that as well.
Given that some people have raised concern about the dependency hell that should be avoidable, it would be good to have a
nnpdf-datapackage that includes only:The only dependencies that would introduce are
yaml,numpy,pandasandvalidobj.With both
pandasandnumpybeing used only to actually load the data/uncertainties/etc but I think that it would be good for such a package to include that as well.