Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis committed Oct 3, 2024
1 parent 56d1471 commit c1ac1ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Currently focusing on the following datasets for diversity in testing:

- `4pey9`: Visium, Mouse, Brain
- `10ktp`: Visium, Mouse, Brain
- `4b368`: Visium, Mouse, Lung
- `m1v5v`: Xenium, Human, Lung
- `oeuwa`: Xenium, Mouse, Brain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Setup before running this script for the first time
# 1) Ensure you have a lamin.ai account
# 2) Run `lamin login` to authenticate
# 3) Activate lamin db connection with `lamin load scverse/spatial`
# 3) Activate lamin db connection with `lamin load scverse/spatialdata-dbdata-db`
# 4) Execute script once and replace the stem_uid for this file

import lamindb as ln
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Setup before running this script for the first time
# 1) Ensure you have a lamin.ai account
# 2) Run `lamin login` to authenticate
# 3) Activate lamin db connection with `lamin load scverse/spatial`
# 3) Activate lamin db connection with `lamin load scverse/spatialdata-db`
# 4) Execute script once and replace the stem_uid for this file

import lamindb as ln
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
authors = [
{ name = "Tim Treis" },
]
requires-python = ">=3.9"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit c1ac1ad

Please sign in to comment.