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.

貢獻者指南