Skip to content

Commit

Permalink
fix attrs pin in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 3, 2024
1 parent 76eadde commit 6963861
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 @@ -24,7 +24,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"attrs < 0.24.1",
"attrs >= 20.3.0, < 24.1.0",
"black",
"numpy>=1.23.5",
"tskit >= 0.5.6",
Expand Down

0 comments on commit 6963861

Please sign in to comment.