We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1e28e commit d002e06Copy full SHA for d002e06
setup.py
@@ -53,7 +53,7 @@ class _Ctx(object):
53
54
55
INSTALL_REQUIRES = [
56
- 'pyaaf2==1.4.0',
+ 'pyaaf2~=1.4.0',
57
]
58
# python2 dependencies
59
if sys.version_info[0] < 3:
0 commit comments