microsoft/vasim

TODO: Fix dependencies

Aperta

#3 aperta il 30 ago 2024

 (3 commenti) (0 reazioni) (0 assegnatari)Python (7 fork)auto 404
TODOhelp wanted

Metriche repository

Star
 (12 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Right now, our dependencies are locked to specific versions of libraries, which may complicate things for certain use cases.

Currently in our setup.py we have everything read in from the requirements.txt file with the install_requires=requirements, command. We need to unpin the versions of the packages, and maybe consolidate everything.

Guida contributor