Skip to content

Commit

Permalink
with Property(observe=...) we now require traits 6.2+ (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronayres35 authored May 13, 2021
1 parent 28f7958 commit 4f6d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def get_long_description():
"demo_examples = envisage.examples._etsdemo_info:info",
],
},
install_requires=["apptools", "setuptools", "traits>=6.1"],
install_requires=["apptools", "setuptools", "traits>=6.2"],
extras_require={
"docs": ["enthought-sphinx-theme", "Sphinx>=2.1.0,!=3.2.0"],
"ipython": ["ipykernel", "tornado"],
Expand Down

0 comments on commit 4f6d8df

Please sign in to comment.