Skip to content

Commit 730accc

Browse files
committed
fix(deps): update lobster-ai pin in agent packages from ~=1.0.0 to ~=1.1.0
Agent packages pinned lobster-ai~=1.0.0 which excludes 1.1.0. Also enumerate workspace members explicitly (no wildcard).
1 parent 4029831 commit 730accc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/lobster-drug-discovery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
requires-python = ">=3.12,<3.14"
2424
dependencies = [
25-
"lobster-ai~=1.0.0",
25+
"lobster-ai~=1.1.0",
2626
"anndata>=0.9.0",
2727
"numpy>=1.23.0",
2828
"pandas>=1.5.0",

packages/lobster-genomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = ">=3.12,<3.14"
2323
dependencies = [
24-
"lobster-ai~=1.0.0",
24+
"lobster-ai~=1.1.0",
2525
"anndata>=0.9.0",
2626
"numpy>=1.23.0",
2727
"pandas>=1.5.0",

packages/lobster-metabolomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = ">=3.12,<3.14"
2323
dependencies = [
24-
"lobster-ai~=1.0.0",
24+
"lobster-ai~=1.1.0",
2525
"anndata>=0.9.0",
2626
"numpy>=1.23.0",
2727
"pandas>=1.5.0",

packages/lobster-proteomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = ">=3.12,<3.14"
2323
dependencies = [
24-
"lobster-ai~=1.0.0",
24+
"lobster-ai~=1.1.0",
2525
"anndata>=0.9.0",
2626
"numpy>=1.23.0",
2727
"pandas>=1.5.0",

packages/lobster-research/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
requires-python = ">=3.12,<3.14"
3232
dependencies = [
33-
"lobster-ai~=1.0.0",
33+
"lobster-ai~=1.1.0",
3434
"pandas>=1.5.0",
3535
"pydantic>=2.0.0",
3636
]

packages/lobster-transcriptomics/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
requires-python = ">=3.12,<3.14"
3333
dependencies = [
34-
"lobster-ai~=1.0.0",
34+
"lobster-ai~=1.1.0",
3535
"anndata>=0.9.0",
3636
"numpy>=1.23.0",
3737
"pandas>=1.5.0",

packages/lobster-visualization/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["bioinformatics", "visualization", "plotting", "single-cell", "omics"]
2525
dependencies = [
26-
"lobster-ai~=1.0.0",
26+
"lobster-ai~=1.1.0",
2727
"numpy>=1.23.0",
2828
"pandas>=1.5.0",
2929
"plotly>=5.0.0",

0 commit comments

Comments
 (0)