Skip to content

Commit 91d0d9d

Browse files
committed
Update minimum required version of proxsuite-nlp to 0.10.0
1 parent 6636509 commit 91d0d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ if(BUILD_PYTHON_INTERFACE)
247247
set(${PYLIB_NAME}_INSTALL_DIR ${PYTHON_SITELIB}/${PROJECT_NAME})
248248
endif()
249249

250-
add_project_dependency(proxsuite-nlp 0.8.0 REQUIRED PKG_CONFIG_REQUIRES "proxsuite-nlp >= 0.8.0")
250+
add_project_dependency(proxsuite-nlp 0.10.0 REQUIRED PKG_CONFIG_REQUIRES "proxsuite-nlp >= 0.10.0")
251251

252252
set(LIB_SOURCES src/utils/exceptions.cpp src/utils/logger.cpp)
253253

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libboost-python-devel = ">=1.80.0"
2020
eigen = ">=3.4.0"
2121
python = ">=3.9.0"
2222
eigenpy = ">=3.8.0,!=3.10.0"
23-
proxsuite-nlp = ">=0.8.0"
23+
proxsuite-nlp = ">=0.10.0"
2424
fmt = ">=10.0.0"
2525
benchmark = ">=1.8.0"
2626
pytest = ">=8.3.0"

0 commit comments

Comments
 (0)