Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion topic/machine-learning/automl/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Real.
cratedb-toolkit[io]>=0.0.29
cratedb-toolkit[io]>=0.0.30
pueblo[notebook,testing]>=0.0.10

# Development.
Expand Down
5 changes: 3 additions & 2 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Real.
dask==2024.12.1
dask>=2024
mlflow-cratedb==2.14.1
plotly<6.1
pycaret[models,parallel,test]==3.3.2
#pycaret[models,parallel,test]==3.3.2
pycaret[models,parallel,test] @ git+https://github.com/celestinoxp/pycaret@fix-tests-2
pydantic<3
python-dotenv<2
sqlalchemy==2.*
Expand Down
6 changes: 4 additions & 2 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cratedb-toolkit[datasets]>=0.0.30
refinitiv-data<1.7
pandas==2.0.*
pycaret==3.3.2
pandas>=2,<2.3
#pycaret==3.3.2
#pycaret @ git+https://github.com/sktime/pycaret@python313
pycaret @ git+https://github.com/celestinoxp/pycaret@fix-tests-2
pydantic<3
sqlalchemy==2.0.*
sqlalchemy-cratedb>=0.41.0.dev2
Loading