Skip to content

Commit 228b039

Browse files
authored
explicitly require enable 5.2.0 which is now on pypi (#789)
1 parent 7db7d34 commit 228b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__requires__ = [
13-
"traits>=6.2.0", "traitsui", "pyface>=7.2.0", "numpy", "enable"
13+
"traits>=6.2.0", "traitsui", "pyface>=7.2.0", "numpy", "enable>=5.2.0"
1414
]
1515

1616

0 commit comments

Comments
 (0)