Skip to content

Commit

Permalink
Dependencies: Use crate>=1.0.0.dev2 for validation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 4, 2024
1 parent 9641dbe commit 519110b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/apache-kafka-flink-streaming/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ avro-python3==1.10.2
certifi==2024.2.2
charset-normalizer==3.3.2
cloudpickle==2.2.1
crate==0.34.0
crate>=1.0.0.dev2
crcmod==1.7
dill==0.3.1.1
dnspython==2.6.1
Expand Down
1 change: 1 addition & 0 deletions application/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
apache-superset
crate>=1.0.0.dev2
sqlalchemy-cratedb>=0.36.1,<1
1 change: 1 addition & 0 deletions application/cratedb-toolkit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
crate>=1.0.0.dev2
cratedb-toolkit[influxdb,mongodb]>=0.0.29
1 change: 1 addition & 0 deletions by-dataframe/dask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click<9
colorlog<7
crate>=1.0.0.dev2
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
Expand Down
1 change: 1 addition & 0 deletions by-dataframe/pandas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click<9
colorlog<7
crate>=1.0.0.dev2
pandas==2.2.*
pueblo>=0.0.10
sqlalchemy-cratedb>=0.40.0
2 changes: 1 addition & 1 deletion by-language/python-dbapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crate
crate>=1.0.0.dev2
1 change: 1 addition & 0 deletions by-language/python-sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click<9
colorlog<7
crate>=1.0.0.dev2
pueblo>=0.0.7
sqlalchemy>=2,<2.1
sqlalchemy-cratedb[all] @ git+https://github.com/crate-workbench/sqlalchemy-cratedb@amo/postgresql-async
1 change: 1 addition & 0 deletions testing/native/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
crash>=0.31.5
crate>=1.0.0.dev2
pytest<9
pytest-cratedb>=0.4.0
1 change: 1 addition & 0 deletions testing/native/python-unittest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cr8>=0.27.2
crash>=0.31.5
crate>=1.0.0.dev2
1 change: 1 addition & 0 deletions testing/testcontainers/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
crash>=0.31.5
crate>=1.0.0.dev2
cratedb-toolkit[testing]>=0.0.29
pytest<9
1 change: 1 addition & 0 deletions testing/testcontainers/python-unittest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
crash>=0.31.5
crate>=1.0.0.dev2
cratedb-toolkit[testing]>=0.0.29
1 change: 1 addition & 0 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Real.
crate>=1.0.0.dev2
mlflow-cratedb==2.14.1
plotly<5.25
pycaret[models,parallel,test]==3.3.2
Expand Down
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 @@ -11,7 +11,7 @@ certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
crate==1.0.0.dev1
crate>=1.0.0.dev2
cryptography==43.0.3
dataclasses-json==0.6.7
Deprecated==1.2.14
Expand Down
1 change: 1 addition & 0 deletions topic/machine-learning/llm-langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Real.
crash
crate>=1.0.0.dev2
google-cloud-aiplatform<2
langchain-google-vertexai<3
langchain-openai<0.3
Expand Down
1 change: 1 addition & 0 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
crate>=1.0.0.dev2
cratedb-toolkit[datasets]>=0.0.29
refinitiv-data<1.7
pandas==2.0.*
Expand Down

0 comments on commit 519110b

Please sign in to comment.