Skip to content

Commit

Permalink
Adds 3.12 support (#69)
Browse files Browse the repository at this point in the history
* Tries to add 3.12 support

* Fixes some imports

* Bumps version number
  • Loading branch information
PTNobel authored Nov 9, 2024
1 parent 83a1448 commit dda6aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diffcp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

from diffcp.cone_program import solve_and_derivative, \
solve_and_derivative_batch, \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "diffcp"
version = "1.1.0"
version = "1.1.1"
description = "A library to compute gradients for convex optimization problems"
requires-python = ">= 3.10"

Expand Down

0 comments on commit dda6aef

Please sign in to comment.