tag:github.com,2008:https://github.com/project-codeflare/codeflare/releasesRelease notes from codeflare2021-07-09T18:49:20Ztag:github.com,2008:Repository/366455527/0.1.2.dev02021-07-09T20:10:36ZPython versions<p>Addressing the python version needs of IBM Cloud Watson Studio, we removed the deps on <code>SimpleQueue</code> and used <code>Queue</code> instead. This removes CodeFlare pipelines dep on >=3.8 and can do >=3.7.</p>
<p>Shout out to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aviolante/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aviolante">@aviolante</a> for helping with this fix!</p>
<p>Install can be now done from pypi using <code>pip3 install codeflare</code>, default version updated to <code>0.1.2</code></p>raghukiran1224