microsoft/vasim

TODO: Fix dependencies

Aberta

#3 aberto em 30 de ago. de 2024

 (3 comentários) (0 reação) (0 responsável)Python (7 forks)auto 404
TODOhelp wanted

Métricas do repositório

Stars
 (12 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador