Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions requirements_nvidia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--index-url https://resource.flagos.net/repository/flagos-pypi-hosted/simple
--extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple
--trusted-host resource.flagos.net pypi.tuna.tsinghua.edu.cn
torch>=2.2.0
packaging

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify the version range as you have done for torch.
Pinning a version (or a version range) helps make sure the build result is reproducible.

Suggested change
packaging
packaging>=25.0

pybind11
PyYAML
sqlalchemy
setuptools>=64.0
scikit-build-core>=0.11
cmake
ninja
wheel
flagtree==0.3.0rc1+3.3
Loading