Update build-with-conda.sh

Fix freecad version
This commit is contained in:
mosfet80
2025-02-15 23:36:03 +01:00
committed by Chris Hennes
parent 242ec4aee2
commit 5ff3423e0e

View File

@@ -64,9 +64,9 @@
# make sure you have a gpg key for this email
gpg_key="yorik@freecad.org"
# the FreeCAD version we're looking for
target_version="0.21.0"
target_version="1.1.0"
# make sure target_python matches the one FreeCAD is built with! Check with
# conda search "freecad=0.21.0" -c adrianinsaval/label/dev -c freecad -c conda-forge
# conda search "freecad=1.1.0" -c adrianinsaval/label/dev -c freecad -c conda-forge
target_python="3.10"
# end config