Skip to content

Commit c9a59ec

Browse files
committed
Update to pueblo 0.0.4
1 parent 3e615e9 commit c9a59ec

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pueblo[ngr]==0.0.3
1+
pueblo>=0.0.4
22

33
# Development.
4-
pueblo[ngr] @ git+https://github.com/pyveci/pueblo.git@main
4+
# pueblo @ git+https://github.com/pyveci/pueblo.git@main

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Real.
22
# cratedb-toolkit
3-
# pueblo[notebook,testing]
3+
pueblo[notebook,testing]==0.0.4
44

55
# Development.
66
cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
7-
pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@main
7+
# pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@main
88

99
# Workstation.
1010
# --editable=/Users/amo/dev/crate/ecosystem/cratedb-retentions[io]

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Real.
22
# cratedb-toolkit[io]
3-
# pueblo[notebook,testing]
3+
# pueblo[notebook,testing]==0.0.4
44

55
# Development.
66
cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@main
77
pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@main
8-
pytest-notebook>=0.10
98

109
# Workstation.
1110
#--editable=/Users/amo/dev/crate/ecosystem/cratedb-retentions[io]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ crate[sqlalchemy]
44
# cratedb-toolkit
55

66
# langchain[cratedb,openai]
7-
# pueblo[cli,fileio,nlp]>=0.0.4
7+
# pueblo[cli,fileio,nlp]
88
pydantic>=1,<3
99
pypdf<4
1010
python-dotenv<2

topic/machine-learning/mlops-mlflow/requirements-dev.txt

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

55
# Development.
66
cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
7-
pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@main
7+
# pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@main
88

99
# Workstation.
1010
#--editable=/Users/amo/dev/crate/ecosystem/cratedb-retentions[io]

0 commit comments

Comments
 (0)