Skip to content

Commit

Permalink
trying version of ray and redis that worked on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alfoa committed Oct 31, 2024
1 parent 57d648c commit 50828f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Note all install methods after "main" take
<dask source="pip" pip_extra="[complete]"/>
<ray source="pip" pip_extra="[default]">2.6.3</ray>
<!-- redis is needed by ray, but on windows, this seems to need to be explicitly stated -->
<redis source="pip" os='windows'>5.0.8</redis>
<redis source="pip" os='windows'>5.2.0</redis>
<imageio source="pip">2.22</imageio>
<line_profiler optional='True'/>
<!-- <ete3 optional='True'/> -->
Expand Down

0 comments on commit 50828f1

Please sign in to comment.