Skip to content

Commit

Permalink
Dependencies: Update to sqlalchemy-cratedb==0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 25, 2024
1 parent 88c0deb commit f0c379b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion by-dataframe/dask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ colorlog<7
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
pueblo==0.0.9
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0
2 changes: 1 addition & 1 deletion by-dataframe/pandas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ click<9
colorlog<7
pandas==2.2.*
pueblo==0.0.9
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0
2 changes: 1 addition & 1 deletion topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pycaret[models,parallel,test]==3.3.2
pydantic<2
python-dotenv<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0

# Development.
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main
2 changes: 1 addition & 1 deletion topic/machine-learning/llm-langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python-dotenv<2
requests<3
requests-cache<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0
unstructured<0.15

# Development.
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pandas==2.0.*
pycaret==3.3.2
pydantic<2
sqlalchemy==2.0.*
sqlalchemy-cratedb==0.37.0
sqlalchemy-cratedb==0.38.0

0 comments on commit f0c379b

Please sign in to comment.