microsoft/vasim

TODO: Fix dependencies

Ouverte

#3 ouverte le 30 août 2024

 (3 commentaires) (0 réaction) (0 personne assignée)Python (7 forks)auto 404
TODOhelp wanted

Métriques du dépôt

Stars
 (12 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur