microsoft/vasim

TODO: Fix dependencies

开放

#3 创建于 2024年8月30日

 (3 条评论) (0 个反应) (0 位负责人)Python (7 个派生)auto 404
TODOhelp wanted

仓库指标

星标
 (12 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南