Skip to content

Commit ce87270

Browse files
committed
Relax gb-io dependency version to support v0.4
1 parent 388c200 commit ce87270

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
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"scipy ~=1.4",
38-
"gb-io ~=0.3.0",
38+
"gb-io >=0.3,<0.5",
3939
"rich >=12.6,<15.0",
4040
"numpy >=1.0,<3.0",
4141
"pandas >=1.3,<4.0",

0 commit comments

Comments
 (0)