Skip to content

Commit

Permalink
fix dev dependencies for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Jan 10, 2025
1 parent 8a643ab commit a60d67c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dependencies = [
]
requires-python = ">=3.10"


[dependency-groups]
[project.optional-dependencies]
dev = [
"pyright==1.1.390",
"lit<19.0.0",
Expand All @@ -17,6 +16,9 @@ dev = [
"psutil==6.1.0",
]

[dependency-groups]
dev = ["asl_xdsl[dev]"]

[tool.setuptools]
platforms = ["Linux", "Mac OS-X", "Unix"]
zip-safe = false
Expand Down
26 changes: 16 additions & 10 deletions uv.lock

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

0 comments on commit a60d67c

Please sign in to comment.