加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements-test.txt 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
dan_the_3rd 提交于 2024-06-10 15:21 . Update mypy to 1.10.0
# Get core deps.
-r requirements.txt
# Tools for static checking.
black == 22.3.0
flake8 == 6.1.0
flake8-copyright
isort == 5.7.0
mypy == 1.10.0
pyre-check == 0.9.16
pyre-extensions == 0.0.29
click == 8.0.4
protobuf==3.20.2
# Tools for unit tests & coverage.
pytest == 7.2.0
pytest-cov == 2.10.0
pytest-mpi == 0.4
pytest-timeout == 1.4.2
pytest-random-order == 1.1.1
# Dependency for factory
hydra-core >= 1.1
# Dependency for Mixture of Experts
fairscale >= 0.4.5
scipy >= 1.7
# Dependency for fused layers, optional
cmake
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化