Skip to content

Commit 88c0f70

Browse files
committed
⬆️ Upgrade dependencies
1 parent 0c5078f commit 88c0f70

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
dependencies = [
1818
# Lamin PINNED packages
1919
"lamin_utils==0.14.0",
20-
"lamin_cli==1.4.1",
20+
"lamin_cli==1.4.2",
2121
"lamindb_setup[aws]==1.6.0",
2222
# others
2323
"pyyaml",
@@ -40,7 +40,7 @@ Home = "https://github.com/laminlabs/lamindb"
4040

4141
[project.optional-dependencies]
4242
bionty = [
43-
"bionty>=1.4a1", # do not pin, is bounded in bionty
43+
"bionty>=1.5.0", # do NOT pin, is bounded in bionty
4444
]
4545
gcp = [
4646
"lamindb_setup[gcp]",
@@ -59,10 +59,10 @@ fcs = [
5959
"readfcs>=2.0.1",
6060
]
6161
wetlab = [
62-
"wetlab>=1.3a1" # do not pin, is bounded in wetlab
62+
"wetlab>=1.3.1" # do NOT pin, is bounded in wetlab
6363
]
6464
clinicore = [
65-
"clinicore" # do not pin, is bounded in clinicore
65+
"clinicore" # do NOT pin, is bounded in clinicore
6666
]
6767
omop = [
6868
"omop"

sub/bionty

sub/lamin-cli

sub/wetlab

0 commit comments

Comments
 (0)