microsoft/vasim

TODO: Fix dependencies

Open

#3 opened on Aug 30, 2024

 (3 comments) (0 reactions) (0 assignees)Python (7 forks)auto 404
TODOhelp wanted

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

Description

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