Skip to content

Commit 52f7373

Browse files
committed
cleanup: revert unnecessary changes
Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
1 parent 1957a9d commit 52f7373

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ oiiotool = "OpenImageIO:_command_line"
4848
build-backend = "scikit_build_core.build"
4949
requires = [
5050
"scikit-build-core>=0.10.6,<1",
51-
"pybind11>=2.13,<3"
51+
"pybind11>=2.13,<3",
5252
]
5353

5454
[tool.scikit-build]
@@ -96,8 +96,6 @@ if.platform-machine = "x86_64"
9696
inherit.cmake.define = "append"
9797
cmake.define.CMAKE_OSX_ARCHITECTURES = "x86_64"
9898
cmake.define.CMAKE_OSX_DEPLOYMENT_TARGET = "10.15"
99-
#cmake.define.CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH = "OFF"
100-
#cmake.define.CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH = "OFF"
10199

102100
[tool.cibuildwheel]
103101
build-verbosity = 1

0 commit comments

Comments
 (0)