Skip to content

Commit 462f1db

Browse files
committed
Unpin cppyy
1 parent a1999a4 commit 462f1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ def run(self):
3939
'pypcode': ['pypcode-native.*']
4040
},
4141
install_requires=[
42-
'cppyy==1.8.0' # FIXME: Segfault in cppyy 1.9.3
42+
'cppyy'
4343
]
4444
)

0 commit comments

Comments
 (0)