Skip to content

Commit

Permalink
nanobind: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 25, 2024
1 parent 1b97de3 commit 664057a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/nanobind/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def package_id(self):
self.info.clear()

def requirements(self):
self.requires("tsl-robin-map/1.2.2")
self.requires("tsl-robin-map/1.3.0")

def validate(self):
if self.settings.compiler.cppstd:
Expand Down
2 changes: 1 addition & 1 deletion recipes/nanobind/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestPackageConan(ConanFile):

def requirements(self):
self.requires(self.tested_reference_str)
self.requires("cpython/3.10.0", run=True)
self.requires("cpython/3.12.2", run=True)

def build_requirements(self):
# Required for find_package(Python)
Expand Down

0 comments on commit 664057a

Please sign in to comment.