marbl / SALSA

SALSA: A tool to scaffold long read assemblies with Hi-C data
MIT License
177 stars 47 forks source link

Numpy Requirement #136

Closed aakashsur closed 3 years ago

aakashsur commented 3 years ago

It looks like numpy gets called somewhere in networkx so it might be worth listing that as a requirement as well.

skoren commented 3 years ago

I don't think it is common to list nested requirements like this since we don't control them and they can change with different versions of numpy. Presumably if networkx is properly installed by a package manager it will install it's dependencies as well so the user wouldn't have to worry about it.