Skip to content

Commit

Permalink
Bumped nanobind minimum version required
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Oct 21, 2022
1 parent 434e1dd commit 9089f2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18...3.22)

project(cholespy LANGUAGES CXX C VERSION "0.1.5")
project(cholespy LANGUAGES CXX C VERSION "0.1.6")

# Nanobind setup from https://github.com/wjakob/nanobind_example/blob/master/CMakeLists.txt
if (NOT SKBUILD)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"wheel",
"scikit-build==0.14.0",
"cmake>=3.18",
"nanobind>=0.0.5",
"nanobind>=0.0.7",
"ninja; platform_system!='Windows'"
]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="cholespy",
version="0.1.5",
version="0.1.6",
description="A self-contained sparse Cholesky solver, compatible with CPU and GPU tensor frameworks.",
author="Baptiste Nicolet",
license="BSD",
Expand Down

0 comments on commit 9089f2d

Please sign in to comment.