File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 - ${{ compiler("rust") }}
1616 - ${{ stdlib("c") }}
17- - python 3.13.*
17+ - python
1818 host :
1919 - liblzma
2020
@@ -121,11 +121,11 @@ outputs:
121121
122122 requirements :
123123 host :
124- - python 3.13.*
124+ - python
125125 - hatchling
126126 - pip
127127 run :
128- - python 3.13.*
128+ - python
129129 - rosdistro
130130 - catkin_pkg
131131 - pydantic
Original file line number Diff line number Diff line change 11# This is a semi distilled variant config from conda-forge.
22#
3- # It adds sysroot (2.34 ) for linux, macosx_deployment_target for osx
3+ # It adds sysroot (2.17 ) for linux, macosx_deployment_target for osx
44# and uses vs2022 for windows.
55#
66c_stdlib :
@@ -12,7 +12,7 @@ c_stdlib:
1212 then : vs
1313c_stdlib_version :
1414 - if : linux
15- then : 2.34
15+ then : 2.17
1616 - if : osx and x86_64
1717 then : 10.13
1818 - if : osx and arm64
You can’t perform that action at this time.
0 commit comments