Skip to content

Commit

Permalink
Dependencies: Use more relaxed dependency pinning, to reduce Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 4, 2024
1 parent d28f71e commit 9641dbe
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion application/cratedb-toolkit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cratedb-toolkit[influxdb,mongodb]==0.0.29
cratedb-toolkit[influxdb,mongodb]>=0.0.29
4 changes: 2 additions & 2 deletions by-dataframe/dask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ click<9
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.10
sqlalchemy-cratedb==0.40.0
pueblo>=0.0.10
sqlalchemy-cratedb>=0.40.0
4 changes: 2 additions & 2 deletions by-dataframe/pandas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click<9
colorlog<7
pandas==2.2.*
pueblo==0.0.10
sqlalchemy-cratedb==0.40.0
pueblo>=0.0.10
sqlalchemy-cratedb>=0.40.0
2 changes: 1 addition & 1 deletion framework/gradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gradio==4.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
2 changes: 1 addition & 1 deletion framework/streamlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit==1.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
5 changes: 2 additions & 3 deletions testing/native/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
crash==0.31.5
crash>=0.31.5
pytest<9
pytest-cratedb==0.4.0
setuptools # Temporary, until next cr8 release.
pytest-cratedb>=0.4.0
5 changes: 2 additions & 3 deletions testing/native/python-unittest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
cr8==0.27.2
crash==0.31.5
setuptools # Temporary, until next cr8 release.
cr8>=0.27.2
crash>=0.31.5
4 changes: 2 additions & 2 deletions testing/testcontainers/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
crash==0.31.5
cratedb-toolkit[testing]==0.0.29
crash>=0.31.5
cratedb-toolkit[testing]>=0.0.29
pytest<9
4 changes: 2 additions & 2 deletions testing/testcontainers/python-unittest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
crash==0.31.5
cratedb-toolkit[testing]==0.0.29
crash>=0.31.5
cratedb-toolkit[testing]>=0.0.29
4 changes: 2 additions & 2 deletions topic/machine-learning/automl/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Real.
cratedb-toolkit[io]==0.0.29
pueblo[notebook,testing]==0.0.10
cratedb-toolkit[io]>=0.0.29
pueblo[notebook,testing]>=0.0.10

# Development.
# cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
Expand Down
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<3
python-dotenv<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0

# Development.
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main
2 changes: 1 addition & 1 deletion topic/machine-learning/llama-index/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ six==1.16.0
sniffio==1.3.1
soupsieve==2.6
SQLAlchemy==2.0.36
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
striprtf==0.0.26
tenacity==8.5.0
tiktoken==0.8.0
Expand Down
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 @@ -11,7 +11,7 @@ python-dotenv<2
requests<3
requests-cache<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
unstructured<0.17

# Development.
Expand Down
4 changes: 2 additions & 2 deletions topic/machine-learning/mlops-mlflow/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Real.
cratedb-toolkit[io]==0.0.29
pueblo[notebook,testing]==0.0.10
cratedb-toolkit[io]>=0.0.29
pueblo[notebook,testing]>=0.0.10

# Development.
# cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Real.
pueblo[notebook,testing]==0.0.10
pueblo[notebook,testing]>=0.0.10

# Development.
# pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@amo/testbook
4 changes: 2 additions & 2 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cratedb-toolkit[datasets]==0.0.29
cratedb-toolkit[datasets]>=0.0.29
refinitiv-data<1.7
pandas==2.0.*
pycaret==3.3.2
pydantic<3
sqlalchemy==2.0.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0

0 comments on commit 9641dbe

Please sign in to comment.