Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4819f3

Browse files
authoredJul 15, 2024··
Specify webcolors supported version
24.6.0 does not expose the constant CSS3_HEX_TO_NAMES any longer
1 parent efd0158 commit f4819f3

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
@@ -32,7 +32,7 @@ dependencies = [
3232
"matplotlib >= 1.4.0",
3333
"numpy",
3434
"Pillow",
35-
"webcolors",
35+
"webcolors <= 1.13.0",
3636
]
3737

3838
[project.urls]

0 commit comments

Comments
 (0)
Please sign in to comment.