Skip to content

Commit

Permalink
Merge pull request #9 from joseph-jnl/uv
Browse files Browse the repository at this point in the history
Migrate to uv
  • Loading branch information
joseph-jnl authored Nov 16, 2024
2 parents 869c955 + b11ec0a commit 9e4c7da
Show file tree
Hide file tree
Showing 3 changed files with 2,125 additions and 3 deletions.
1 change: 0 additions & 1 deletion activate

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dependencies = [
"jaxtyping>=0.2.29",
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.11"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
[tool.uv]
managed = true
dev-dependencies = [
"pytest>=8.2.2",
Expand Down
Loading

0 comments on commit 9e4c7da

Please sign in to comment.