Skip to content

Commit ab6ef80

Browse files
committed
setup.py: ~fix "rocksdb" extra by pinning old Cython version
see twmht/python-rocksdb#108
1 parent bbd985a commit ab6ef80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def find_version():
2929
extras_require={
3030
'dev': ['objgraph'],
3131
'rapidjson': ['python-rapidjson>=0.4.1,<2.0'],
32-
'rocksdb': ['python-rocksdb>=0.6.9'],
32+
'rocksdb': ['python-rocksdb>=0.6.9', 'Cython<3.0'],
3333
'ujson': ['ujson>=2.0.0,<4.0.0'],
3434
'uvloop': ['uvloop>=0.14'],
3535
# For various coins

0 commit comments

Comments
 (0)