microsoft/vasim

TODO: Fix dependencies

オープン

#3 opened on 2024/08/30

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (7 件のフォーク)auto 404
TODOhelp wanted

Repository metrics

Stars
 (12 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド