Skip to content

Commit 82d774f

Browse files
authored
Merge pull request #47 from rayosborn:update-colored-dependency
Require `colored` v2.0
2 parents 104b293 + fa61af6 commit 82d774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["data format", "HDF5", "neutron scattering", "x-ray scattering"]
2222
requires-python = ">=3.8"
2323
dependencies = [
2424
"nexusformat",
25-
"colored",
25+
"colored >= 2.0.0",
2626
"importlib_resources; python_version <= '3.9'"
2727
]
2828

0 commit comments

Comments
 (0)