Skip to content

Commit de825c2

Browse files
committed
Set python-box pinning >=6,<8, since API changes in python-box can break rosettasciio fairly easily
1 parent d420b5a commit de825c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ dependencies = [
2727
"python-dateutil",
2828
"numpy>=1.20.0,<2.0.0",
2929
"pint>=0.8",
30-
"python-box>=6",
30+
# python-box API changed on major release
31+
# and compatibility needs to be checked
32+
"python-box>=6,<8",
3133
"pyyaml",
3234
]
3335
dynamic = ["version"]

0 commit comments

Comments
 (0)