Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nivren
ICT-CSP
Commits
cc6a961e
Commit
cc6a961e
authored
Apr 12, 2026
by
Wang, Leping
Browse files
build(deps): update submodules and dependencies
parent
ca053b0c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
3 deletions
+32
-3
.gitmodules
.gitmodules
+1
-1
FastEq
FastEq
+1
-1
mace-bench
mace-bench
+1
-1
pyproject.toml
pyproject.toml
+2
-0
uv.lock
uv.lock
+27
-0
No files found.
.gitmodules
View file @
cc6a961e
[submodule "mace-bench"]
path = mace-bench
url = ssh://git@10.208.16.64:2222/
huafe
ng/mace-bench-hygon.git
url = ssh://git@10.208.16.64:2222/
wanglepi
ng/mace-bench-hygon.git
branch = hygon
[submodule "mace"]
path = mace
...
...
FastEq
@
0a0b17a1
Subproject commit
ac3cc06bfd3e0b6c3f97b538b0f424c96f44ecb7
Subproject commit
0a0b17a166ebbf2740a713ac1d6cee8b1add1d6f
mace-bench
@
2207c831
Subproject commit
b43f7f90237c7e2bda5dd82390e152726692c6c2
Subproject commit
2207c831ce6d8a9e15f51d6afadbe64b6d4e15cf
pyproject.toml
View file @
cc6a961e
...
...
@@ -19,6 +19,7 @@ dependencies = [
"joblib>=1.5.3"
,
"cuequivariance-torch"
,
"fasteq>=0.1.0"
,
"triton"
,
]
[tool.uv.sources]
...
...
@@ -26,6 +27,7 @@ torch = { path = "/data/wangleping/torch-2.5.1+das.opt1.dtk25041-cp310-cp310-man
mace-torch
=
{
path
=
"./mace"
,
editable
=
true
}
cuequivariance-torch
=
{
path
=
"./cuequivariance_torch/cuequivariance_torch"
,
editable
=
true
}
fasteq
=
{
path
=
"./FastEq"
,
editable
=
true
}
triton
=
{
path
=
"../../../../data/wangleping/triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl"
}
[tool.uv]
no-build-isolation-package
=
[
...
...
uv.lock
View file @
cc6a961e
...
...
@@ -110,6 +110,7 @@ dependencies = [
{ name = "torch" },
{ name = "torch-geometric" },
{ name = "tqdm" },
{ name = "triton" },
]
[package.metadata]
...
...
@@ -128,6 +129,7 @@ requires-dist = [
{ name = "torch", path = "/data/wangleping/torch-2.5.1+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" },
{ name = "torch-geometric", specifier = ">=2.7.0" },
{ name = "tqdm", specifier = "==4.67.1" },
{ name = "triton", path = "../../../../data/wangleping/triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" },
]
[[package]]
...
...
@@ -1018,6 +1020,31 @@ wheels = [
{ url = "https://mirrors.bfsu.edu.cn/pypi/web/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" },
]
[[package]]
name = "triton"
version = "3.0.0+das.opt1.dtk25041"
source = { path = "../../../../data/wangleping/triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" }
wheels = [
{ filename = "triton-3.0.0+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:d467dfe013dd03fc27803243ee9afd49c136b5682a6ee9e95e53a093835a477e" },
]
[package.metadata]
requires-dist = [
{ name = "autopep8", marker = "extra == 'tests'" },
{ name = "cmake", marker = "extra == 'build'", specifier = ">=3.20" },
{ name = "flake8", marker = "extra == 'tests'" },
{ name = "isort", marker = "extra == 'tests'" },
{ name = "lit", marker = "extra == 'build'" },
{ name = "llnl-hatchet", marker = "extra == 'tests'" },
{ name = "matplotlib", marker = "extra == 'tutorials'" },
{ name = "numpy", marker = "extra == 'tests'" },
{ name = "pandas", marker = "extra == 'tutorials'" },
{ name = "pytest", marker = "extra == 'tests'" },
{ name = "scipy", marker = "extra == 'tests'", specifier = ">=1.7.1" },
{ name = "tabulate", marker = "extra == 'tutorials'" },
]
provides-extras = ["build", "tests", "tutorials"]
[[package]]
name = "typing-extensions"
version = "4.15.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment