You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Few dependencies is a nice trait in a library. Biopython's only dependency seems to be Numpy.
I am asking because Plateo depends on a few heavy libraries (the core can be standalone, but dealing with spreadsheets is easier with Pandas/xlrd), and I expect other modules may depend on at least Biopython and a few others.
The text was updated successfully, but these errors were encountered:
I’d also suggest keeping dependencies to a minimum, but am fairly relaxed about dependencies on ubiquitous libraries such as numpy, scipy, Pandas, etc.
Recently, Netflix released its in-house software called Metaflow. One of the features of Metaflow is the capability to run/test out the python code on different external library versions to weed out dependency related issue (in their case, mostly in the result of the computation, e.g. output of a data science model). https://docs.metaflow.org/metaflow/dependencies
Few dependencies is a nice trait in a library. Biopython's only dependency seems to be Numpy.
I am asking because Plateo depends on a few heavy libraries (the core can be standalone, but dealing with spreadsheets is easier with Pandas/xlrd), and I expect other modules may depend on at least Biopython and a few others.
The text was updated successfully, but these errors were encountered: