Skip to content

Commit

Permalink
fix: add explicit dev dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zietzm committed Aug 27, 2024
1 parent 6695cf7 commit 3f0f1ad
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/maxgcp"]

[tool.uv]
dev-dependencies = [
"ruff>=0.6.2",
"pytest>=8.3.2",
]

[tool.uv.sources]
igwas = { git = "https://github.com/tatonetti-lab/indirect-gwas" }
ldsc = { git = "https://github.com/zietzm/ldsc", branch = "py3" }
99 changes: 99 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f0f1ad

Please sign in to comment.