Skip to content

Commit

Permalink
Fixed dependency syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Dec 9, 2024
1 parent f20c333 commit da4dca2
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 @@ -35,7 +35,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.18",
"sly~=0, >= 0.4"
"sly==0.*, >= 0.4"
]

[project.optional-dependencies]
Expand Down

0 comments on commit da4dca2

Please sign in to comment.