microsoft/vasim

TODO: Fix dependencies

Offen

#3 geöffnet am 30.08.2024

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (7 Forks)auto 404
TODOhelp wanted

Repository-Metriken

Stars
 (12 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide