Skip to content

Commit

Permalink
pin xDSL to a specific commit, and use dependency groups instead of o…
Browse files Browse the repository at this point in the history
…ptional dependencies
  • Loading branch information
superlopuh committed Jan 10, 2025
1 parent 187e67b commit 03ad193
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 14 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[project]
name = "asl-xdsl"
version = "0.0.0"
dependencies = ["xdsl @ git+https://github.com/xdslproject/xdsl.git@main"]
dependencies = [
"xdsl @ git+https://github.com/xdslproject/xdsl.git@32ecd268ba9cfd26f27edb345614c8671ee29814",
]
requires-python = ">=3.10"

[project.optional-dependencies]

[dependency-groups]
dev = [
"pyright==1.1.390",
"lit<19.0.0",
Expand Down
94 changes: 82 additions & 12 deletions uv.lock

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

0 comments on commit 03ad193

Please sign in to comment.