File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ include(FetchContent)
2323FetchContent_Declare (
2424 qoco
2525 GIT_REPOSITORY https://github.com/qoco-org/qoco.git
26- GIT_TAG main
26+ GIT_TAG 4dd7aab9a88419d84ef428475e930899a5b4b4b2
2727)
2828
2929list (POP_BACK CMAKE_MESSAGE_INDENT)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " qoco-cuda"
7- version = " 0.1.3 "
7+ version = " 0.1.4 "
88description = " QOCO: Quadratic Objective Conic Optimizer"
99requires-python = " >=3.8"
1010authors = [{ name = " Govind M. Chari" , email = " govindchari1@gmail.com" }]
@@ -19,4 +19,4 @@ QOCO_EXT_MODULE_NAME = "qoco_cuda"
1919
2020[project .urls ]
2121Homepage = " https://github.com/qoco-org/qoco"
22- Issues = " https://github.com/qoco-org/qoco/issues"
22+ Issues = " https://github.com/qoco-org/qoco/issues"
Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " qoco"
7- version = " 0.2.3 "
7+ version = " 0.2.4 "
88description = " QOCO: Quadratic Objective Conic Optimizer"
99readme = " README.md"
1010requires-python = " >=3.8"
1111authors = [{ name = " Govind M. Chari" , email = " govindchari1@gmail.com" }]
1212dependencies = [" numpy>=1.7" , " scipy>=0.13.2" , " setuptools" ]
1313[project .optional-dependencies ]
14- cuda = [
15- " qoco-cuda" ,
16- ]
14+ cuda = [" qoco-cuda" ]
1715
1816[tool .scikit-build ]
1917install.components = [" python" ]
You can’t perform that action at this time.
0 commit comments