Skip to content

Commit 57d406a

Browse files
committedMar 3, 2025··
Merge remote-tracking branch 'origin/ulti-main' into main-dev
2 parents c1335fc + 67ac07e commit 57d406a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎conanfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def requirements(self):
7676
if self.options.geometries == "clipper":
7777
self.requires("clipper/6.4.2@lulzbot/stable", transitive_headers=True)
7878
if self.options.geometries == "boost" or self.options.geometries == "clipper":
79-
self.requires("boost/1.83.0", transitive_headers=True)
79+
self.requires("boost/1.86.0", transitive_headers=True)
8080
if self.options.optimizer == "nlopt":
8181
self.requires("nlopt/2.7.1", transitive_headers=True)
8282
if self.options.optimizer == "optimlib":
@@ -98,7 +98,7 @@ def validate(self):
9898
)
9999

100100
def build_requirements(self):
101-
self.test_requires("standardprojectsettings/[>=0.2.0]@lulzbot/stable")
101+
self.test_requires("standardprojectsettings/[>=0.2.0]")
102102
if not self.conf.get("tools.build:skip_test", False, check_type=bool):
103103
self.test_requires("catch2/[>=3.5.2]")
104104

0 commit comments

Comments
 (0)
Please sign in to comment.