Skip to content

Commit

Permalink
Fix now that Gradual Flow plugin PR CURA-11031 has been merged to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Sep 13, 2023
1 parent 043fb3f commit 62074ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def requirements(self):
self.requires("curaengine/(latest)@ultimaker/testing")
self.requires("pysavitar/5.3.0")
self.requires("pynest2d/5.3.0")
self.requires("curaengine_plugin_gradual_flow/(latest)@ultimaker/cura_11031") # FIXME: Use `curaengine_plugin_gradual_flow/(latest)@ultimaker/testing` once merged to main
self.requires("curaengine_plugin_gradual_flow/(latest)@ultimaker/testing")
self.requires("uranium/(latest)@ultimaker/testing")
self.requires("cura_binary_data/(latest)@ultimaker/testing")
self.requires("cpython/3.10.4")
Expand Down

0 comments on commit 62074ca

Please sign in to comment.