We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1999a4 commit 462f1dbCopy full SHA for 462f1db
setup.py
@@ -39,6 +39,6 @@ def run(self):
39
'pypcode': ['pypcode-native.*']
40
},
41
install_requires=[
42
- 'cppyy==1.8.0' # FIXME: Segfault in cppyy 1.9.3
+ 'cppyy'
43
]
44
)
0 commit comments