databio / bbconf

Configuration package for bedbase project
https://pypi.org/project/bbconf/
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

dependencies #22

Closed nsheff closed 8 months ago

nsheff commented 9 months ago

bringing in a dependency on geniml is causing this to import tensorflow, which is really slow.

since using this is not going to use tensorflow, we need a different way to manage these dependencies.

nsheff commented 9 months ago

actually... the search does use tensorflow :(

nsheff commented 8 months ago

I think for the moment, there's nothing we can do about this. upstream, we're trying to remove tensorflow from the geniml requirements, which will improve the bbconf loading speed.