use the stable 0.1 release branch for plugin

This commit is contained in:
Jelle Spijker 2023-10-18 14:36:31 +02:00 committed by GitHub
parent 607c7a93f3
commit c20149d064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ class CuraConan(ConanFile):
self.requires("curaengine/(latest)@ultimaker/stable")
self.requires("pysavitar/5.3.0")
self.requires("pynest2d/5.3.0")
self.requires("curaengine_plugin_gradual_flow/(latest)@ultimaker/testing")
self.requires("curaengine_plugin_gradual_flow/(latest)@ultimaker/stable")
self.requires("uranium/(latest)@ultimaker/stable")
self.requires("cura_binary_data/(latest)@ultimaker/stable")
self.requires("cpython/3.10.4")