Skip to content

Commit 189c211

Browse files
committed
Dependencies: Use fixed version constraints for more volatile packages
This aims to provide better protection against accidental havocs, by nailing packages with more volatility using exact version constraints.
1 parent 754284c commit 189c211

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

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.7
6-
sqlalchemy-cratedb>=0.36.1,<1
5+
pueblo==0.0.9
6+
sqlalchemy-cratedb==0.37.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.7
5-
sqlalchemy-cratedb>=0.36.1,<1
4+
pueblo==0.0.9
5+
sqlalchemy-cratedb==0.37.0

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]
3-
pueblo[notebook,testing]>=0.0.7
2+
cratedb-toolkit[io]==0.0.13
3+
pueblo[notebook,testing]==0.0.9
44

55
# Development.
66
# cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Real.
2-
cratedb-toolkit>=0.0.13,<0.1
2+
cratedb-toolkit==0.0.13
33
mlflow-cratedb==2.13.2
44
plotly<5.23
55
pycaret[models,parallel,test]==3.3.2
66
pydantic<2
77
python-dotenv<2
88
sqlalchemy==2.*
9-
sqlalchemy-cratedb>=0.36.1,<1
9+
sqlalchemy-cratedb==0.37.0
1010

1111
# Development.
1212
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main

topic/machine-learning/llm-langchain/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Real.
22
cratedb-toolkit[io]
3-
pueblo[notebook,testing]>=0.0.7
3+
pueblo[notebook,testing]==0.0.9
44

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

topic/machine-learning/llm-langchain/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Real.
22
crash
3-
cratedb-toolkit>=0.0.13,<0.1
3+
cratedb-toolkit==0.0.14
44
google-cloud-aiplatform<2
55
langchain-google-vertexai<2
66
langchain-openai<0.2
77
langchain-text-splitters<0.3
8-
pueblo[cli,nlp]>=0.0.7
8+
pueblo[cli,nlp]==0.0.9
99
pydantic>=1,<3
1010
pypdf<5
1111
python-dotenv<2
1212
requests<3
1313
requests-cache<2
1414
sqlalchemy==2.*
15-
sqlalchemy-cratedb>=0.37.0,<1
15+
sqlalchemy-cratedb==0.37.0
1616
unstructured<0.15
1717

1818
# Development.

topic/machine-learning/mlops-mlflow/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]
3-
pueblo[notebook,testing]>=0.0.7
2+
cratedb-toolkit[io]==0.0.13
3+
pueblo[notebook,testing]==0.0.9
44

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

topic/timeseries/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Real.
2-
pueblo[notebook,testing]>=0.0.9
2+
pueblo[notebook,testing]==0.0.9
33

44
# Development.
55
# pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@amo/testbook

topic/timeseries/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cratedb-toolkit[datasets]==0.0.13
1+
cratedb-toolkit[datasets]==0.0.14
22
refinitiv-data<1.7
33
pandas==1.*
44
pycaret==3.3.2
55
pydantic<2
66
sqlalchemy==1.*
7-
sqlalchemy-cratedb>=0.36.1,<1
7+
sqlalchemy-cratedb==0.37.0

0 commit comments

Comments
 (0)