Skip to content

Commit

Permalink
move spatialdata to dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jul 1, 2024
1 parent 1755073 commit ad388a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ readme = "README.md"

dependencies = [
"setuptools",
"spatialdata@git+https://github.com/leoschwarz/spatialdata@py3_12-support",
"spatialdata-plot>=0.2.1",
"alphapept>=0.5.2",
"altair>=5.2.0",
"h5py>=3.10.0",
Expand Down Expand Up @@ -64,7 +62,9 @@ dev = [
"xmltodict",
"licensecheck",
"hdbscan",
"nox[uv]"
"nox[uv]",
"spatialdata@git+https://github.com/leoschwarz/spatialdata@py3_12-support",
"spatialdata-plot>=0.2.1",
]

# potentially relevant in the future again:
Expand Down

0 comments on commit ad388a7

Please sign in to comment.