Skip to content

Commit b040518

Browse files
Minor foundation update reverts (#9156)
1 parent 7257376 commit b040518

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

DockerfileLeanFoundation

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN pip install --no-cache-dir \
5252
wrapt==1.17.3 \
5353
astropy==7.2.0 \
5454
beautifulsoup4==4.14.3 \
55-
dill==0.4.0 \
55+
dill==0.3.8 \
5656
jsonschema==4.25.1 \
5757
lxml==6.0.2 \
5858
msgpack==1.1.2 \
@@ -167,12 +167,12 @@ RUN pip install --no-cache-dir \
167167
hurst==0.0.5 \
168168
numerapi==2.21.0 \
169169
pymdptoolbox==4.0-b3 \
170-
panel==1.8.4 \
170+
panel==1.7.5 \
171171
hvplot==0.12.2 \
172172
line-profiler==5.0.0 \
173173
py-heat==0.0.6 \
174174
py-heat-magic==0.0.2 \
175-
bokeh==3.8.1 \
175+
bokeh==3.6.3 \
176176
river==0.21.0 \
177177
stumpy==1.13.0 \
178178
pyvinecopulib==0.6.5 \
@@ -205,7 +205,7 @@ RUN pip install --no-cache-dir \
205205
pymannkendall==1.4.3 \
206206
Pyomo==6.9.5 \
207207
gpflow==2.10.0 \
208-
pyarrow==21.0.0 \
208+
pyarrow==19.0.1 \
209209
dwave-ocean-sdk==9.2.0 \
210210
chardet==5.2.0 \
211211
stable-baselines3==2.7.1 \
@@ -234,13 +234,13 @@ RUN pip install --no-cache-dir \
234234
Riskfolio-Lib==7.0.1 \
235235
fuzzy-c-means==1.7.2 \
236236
EMD-signal==1.9.0 \
237-
dask[complete]==2025.12.0 \
237+
dask[complete]==2025.7.0 \
238238
nolds==0.6.2 \
239239
feature-engine==1.9.3 \
240240
pytorch-tabnet==4.1.0 \
241241
opencv-contrib-python-headless==4.11.0.86 \
242242
POT==0.9.6.post1 \
243-
datasets==4.4.2 \
243+
datasets==3.6.0 \
244244
scikeras==0.13.0 \
245245
accelerate==1.12.0 \
246246
peft==0.18.0 \
@@ -288,7 +288,7 @@ RUN pip install --no-cache-dir \
288288
ydf==0.13.0 \
289289
wurlitzer==3.1.1 \
290290
statsforecast==2.0.3 \
291-
holoviews==1.22.1 \
291+
holoviews==1.20.2 \
292292
faiss-cpu==1.13.1 \
293293
ImageIO==2.37.2 \
294294
lifelines==0.30.0 \

DockerfileLeanFoundationARM

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN pip install --no-cache-dir \
5353
wrapt==1.17.3 \
5454
astropy==7.2.0 \
5555
beautifulsoup4==4.14.3 \
56-
dill==0.4.0 \
56+
dill==0.3.8 \
5757
jsonschema==4.25.1 \
5858
lxml==6.0.2 \
5959
msgpack==1.1.2 \
@@ -147,11 +147,11 @@ RUN pip install --no-cache-dir \
147147
hurst==0.0.5 \
148148
numerapi==2.21.0 \
149149
pymdptoolbox==4.0-b3 \
150-
panel==1.8.4 \
150+
panel==1.7.5 \
151151
hvplot==0.12.2 \
152152
py-heat==0.0.6 \
153153
py-heat-magic==0.0.2 \
154-
bokeh==3.8.1 \
154+
bokeh==3.6.3 \
155155
river==0.21.0 \
156156
stumpy==1.13.0 \
157157
pyvinecopulib==0.6.5 \
@@ -184,7 +184,7 @@ RUN pip install --no-cache-dir \
184184
pymannkendall==1.4.3 \
185185
Pyomo==6.9.5 \
186186
gpflow==2.10.0 \
187-
pyarrow==21.0.0 \
187+
pyarrow==19.0.1 \
188188
dwave-ocean-sdk==9.2.0 \
189189
chardet==5.2.0 \
190190
stable-baselines3==2.7.1 \
@@ -203,7 +203,7 @@ RUN pip install --no-cache-dir \
203203
pytorch-tabnet==4.1.0 \
204204
opencv-contrib-python-headless==4.11.0.86 \
205205
POT==0.9.6.post1 \
206-
datasets==4.4.2 \
206+
datasets==3.6.0 \
207207
scikeras==0.13.0 \
208208
contourpy==1.3.3 \
209209
click==8.2.1

Tests/Python/PythonPackagesTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,13 +2972,13 @@ public void ModuleVersionTestExplicit(string module, string value, string attrib
29722972
[TestCase("pandas_ta", "0.3.14b0", "__version__")]
29732973
[TestCase("tensortrade", "1.0.3", "__version__")]
29742974
[TestCase("quantstats", "0.0.77", "__version__")]
2975-
[TestCase("panel", "1.8.4", "__version__")]
2975+
[TestCase("panel", "1.7.5", "__version__")]
29762976
[TestCase("pyheat", "pyheat", "__name__")]
29772977
[TestCase("tensorflow_decision_forests", "1.12.0", "__version__")]
29782978
[TestCase("pomegranate", "1.1.2", "__version__")]
29792979
[TestCase("cv2", "4.11.0", "__version__")]
29802980
[TestCase("ot", "0.9.6.post1", "__version__")]
2981-
[TestCase("datasets", "4.4.2", "__version__")]
2981+
[TestCase("datasets", "3.6.0", "__version__")]
29822982
[TestCase("ipympl", "0.9.8", "__version__")]
29832983
[TestCase("PyQt6", "PyQt6", "__name__")]
29842984
[TestCase("pytorch_forecasting", "1.5.0", "__version__")]

0 commit comments

Comments
 (0)