Skip to content

Commit 14812cc

Browse files
committed
TEMP: Dependencies: Use pycaret-next
1 parent 101b92b commit 14812cc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

topic/machine-learning/automl/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Real.
2-
cratedb-toolkit[io]>=0.0.29
2+
cratedb-toolkit[io]>=0.0.30
33
pueblo[notebook,testing]>=0.0.10
44

55
# Development.

topic/machine-learning/automl/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Real.
2-
dask==2024.12.1
2+
dask>=2024
33
mlflow-cratedb==2.14.1
44
plotly<6.1
5-
pycaret[models,parallel,test]==3.3.2
5+
#pycaret[models,parallel,test]==3.3.2
6+
pycaret[models,parallel,test] @ git+https://github.com/celestinoxp/pycaret@fix-tests-2
67
pydantic<3
78
python-dotenv<2
89
sqlalchemy==2.*

topic/timeseries/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
cratedb-toolkit[datasets]>=0.0.30
22
refinitiv-data<1.7
3-
pandas==2.0.*
4-
pycaret==3.3.2
3+
pandas>=2,<2.3
4+
#pycaret==3.3.2
5+
#pycaret @ git+https://github.com/sktime/pycaret@python313
6+
pycaret @ git+https://github.com/celestinoxp/pycaret@fix-tests-2
57
pydantic<3
68
sqlalchemy==2.0.*
79
sqlalchemy-cratedb>=0.41.0.dev2

0 commit comments

Comments
 (0)