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.