Skip to content

Commit 96f658b

Browse files
committed
v0.2.4
1 parent bc36628 commit 96f658b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(FetchContent)
2323
FetchContent_Declare(
2424
qoco
2525
GIT_REPOSITORY https://github.com/qoco-org/qoco.git
26-
GIT_TAG main
26+
GIT_TAG 4dd7aab9a88419d84ef428475e930899a5b4b4b2
2727
)
2828

2929
list(POP_BACK CMAKE_MESSAGE_INDENT)

backend/cuda/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "qoco-cuda"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
requires-python = ">=3.8"
1010
authors = [{ name = "Govind M. Chari", email = "govindchari1@gmail.com" }]
@@ -19,4 +19,4 @@ QOCO_EXT_MODULE_NAME = "qoco_cuda"
1919

2020
[project.urls]
2121
Homepage = "https://github.com/qoco-org/qoco"
22-
Issues = "https://github.com/qoco-org/qoco/issues"
22+
Issues = "https://github.com/qoco-org/qoco/issues"

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "qoco"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "QOCO: Quadratic Objective Conic Optimizer"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
authors = [{ name = "Govind M. Chari", email = "govindchari1@gmail.com" }]
1212
dependencies = ["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]
1917
install.components = ["python"]

0 commit comments

Comments
 (0)