Skip to content

Commit

Permalink
Change dependency configuration for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Jan 23, 2025
1 parent 6a5dd72 commit d75e41d
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 18 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[project]
name = "geff"
version = "0.1.0"
description = "Reference implementation of the Graph Exchange File Format"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT License" }
dynamic = ["version"]
dependencies = [
"spatial-graph @ https://github.com/funkelab/spatial_graph.git@d02b691e4fa0f184871939a89c6f964bfd0f5e39",
"spatial-graph @ git+https://github.com/funkelab/spatial_graph.git@d02b691e4fa0f184871939a89c6f964bfd0f5e39",
"zarr<3.0.0",
]

[dependency-groups]
[project.optional-dependencies]
dev = [
"pytest>=8.3.4",
"pytest-cov",
Expand All @@ -23,6 +23,10 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.metadata]
# Enables installing from git commit
allow-direct-references = true

# https://github.com/charliermarsh/ruff
[tool.ruff]
line-length = 100
Expand Down
Loading

0 comments on commit d75e41d

Please sign in to comment.