Skip to content

Commit

Permalink
Loosen arches requirement to >= 8.0.0a0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored Nov 21, 2024
1 parent 37e7773 commit 6b5085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"arches @ git+https://github.com/archesproject/arches.git@dev/8.0.x",
"arches >= 8.0.0a0",
]
version = "0.0.1"

Expand Down

0 comments on commit 6b5085b

Please sign in to comment.