File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def requirements(self):
76
76
if self .options .geometries == "clipper" :
77
77
self .requires ("clipper/6.4.2@lulzbot/stable" , transitive_headers = True )
78
78
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 )
80
80
if self .options .optimizer == "nlopt" :
81
81
self .requires ("nlopt/2.7.1" , transitive_headers = True )
82
82
if self .options .optimizer == "optimlib" :
@@ -98,7 +98,7 @@ def validate(self):
98
98
)
99
99
100
100
def build_requirements (self ):
101
- self .test_requires ("standardprojectsettings/[>=0.2.0]@lulzbot/stable " )
101
+ self .test_requires ("standardprojectsettings/[>=0.2.0]" )
102
102
if not self .conf .get ("tools.build:skip_test" , False , check_type = bool ):
103
103
self .test_requires ("catch2/[>=3.5.2]" )
104
104
You can’t perform that action at this time.
0 commit comments