Skip to content

Commit 646adb9

Browse files
authoredAug 5, 2021
Remove Ray from ARM image (QuantConnect#5830)
1 parent e2ae173 commit 646adb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎DockerfileLeanFoundationARM

+1-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ RUN pip install --no-cache-dir \
128128
pandas_market_calendars==1.7 \
129129
ruptures==1.1.3 \
130130
simpy==4.0.1 \
131-
scikit-learn-extra==0.2.0 \
132-
ray==1.5.1
131+
scikit-learn-extra==0.2.0
133132

134133
# feature_selector has overly strict dependency version ranges
135134
# We already installed close-enough versions of all of its dependencies above

0 commit comments

Comments
 (0)
Please sign in to comment.