Skip to content

Commit 6de683b

Browse files
authored
Update pyproject.toml
Quick fix for dependency error
1 parent 297f0c4 commit 6de683b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ classifiers = [
4747
dependencies = [
4848
"scipy >= 1.5.4",
4949
"numpy >= 1.19.5",
50-
"sax <= 0.15.0",
50+
"sax < 0.15.0",
5151
"jax >= 0.4.18",
5252
"pandas >= 2.0.0",
5353
"lark ~= 1.1.5",

0 commit comments

Comments
 (0)