Skip to content

Commit 6fe41a5

Browse files
committed
Dependencies: Use more relaxed dependency pinning, to reduce Dependabot
1 parent d28f71e commit 6fe41a5

File tree

16 files changed

+25
-27
lines changed

16 files changed

+25
-27
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cratedb-toolkit[influxdb,mongodb]==0.0.29
1+
cratedb-toolkit[influxdb,mongodb]>=0.0.29

by-dataframe/dask/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ click<9
22
colorlog<7
33
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask
44
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
5-
pueblo==0.0.10
6-
sqlalchemy-cratedb==0.40.0
5+
pueblo>=0.0.10
6+
sqlalchemy-cratedb>=0.40.0

by-dataframe/pandas/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click<9
22
colorlog<7
33
pandas==2.2.*
4-
pueblo==0.0.10
5-
sqlalchemy-cratedb==0.40.0
4+
pueblo>=0.0.10
5+
sqlalchemy-cratedb>=0.40.0

framework/gradio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gradio==4.*
2-
sqlalchemy-cratedb==0.40.0
2+
sqlalchemy-cratedb>=0.40.0

framework/streamlit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
streamlit==1.*
2-
sqlalchemy-cratedb==0.40.0
2+
sqlalchemy-cratedb>=0.40.0
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
crash==0.31.5
1+
crash>=0.31.5
22
pytest<9
3-
pytest-cratedb==0.4.0
4-
setuptools # Temporary, until next cr8 release.
3+
pytest-cratedb>=0.4.0
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
cr8==0.27.2
2-
crash==0.31.5
3-
setuptools # Temporary, until next cr8 release.
1+
cr8>=0.27.2
2+
crash>=0.31.5
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
crash==0.31.5
2-
cratedb-toolkit[testing]==0.0.29
1+
crash>=0.31.5
2+
cratedb-toolkit[testing]>=0.0.29
33
pytest<9
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
crash==0.31.5
2-
cratedb-toolkit[testing]==0.0.29
1+
crash>=0.31.5
2+
cratedb-toolkit[testing]>=0.0.29

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real.
2-
cratedb-toolkit[io]==0.0.29
3-
pueblo[notebook,testing]==0.0.10
2+
cratedb-toolkit[io]>=0.0.29
3+
pueblo[notebook,testing]>=0.0.10
44

55
# Development.
66
# cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493

0 commit comments

Comments
 (0)