"openmmapi/vscode:/vscode.git/clone" did not exist on "9aae4bb35c530b98e86a5451c8d5ece07281751a"
Commit 46392889 authored by yan.yan's avatar yan.yan
Browse files

change cumm to v0.2.3

parent 9429fe83
[build-system]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.2.21", "cumm>=0.2.2"]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.2.21", "cumm>=0.2.3"]
build-backend = "setuptools.build_meta"
......@@ -38,9 +38,9 @@ if cuda_ver:
cuda_ver = cuda_ver.replace(".", "") # 10.2 to 102
RELEASE_NAME += "-cu{}".format(cuda_ver)
deps = ["cumm-cu{}>=0.2.2".format(cuda_ver)]
deps = ["cumm-cu{}>=0.2.3".format(cuda_ver)]
else:
deps = ["cumm>=0.2.2"]
deps = ["cumm>=0.2.3"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment