Skip to content

Commit

Permalink
setup.py: ~fix "rocksdb" extra by pinning old Cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight committed Oct 20, 2023
1 parent bbd985a commit ab6ef80
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 @@ -29,7 +29,7 @@ def find_version():
extras_require={
'dev': ['objgraph'],
'rapidjson': ['python-rapidjson>=0.4.1,<2.0'],
'rocksdb': ['python-rocksdb>=0.6.9'],
'rocksdb': ['python-rocksdb>=0.6.9', 'Cython<3.0'],
'ujson': ['ujson>=2.0.0,<4.0.0'],
'uvloop': ['uvloop>=0.14'],
# For various coins
Expand Down

0 comments on commit ab6ef80

Please sign in to comment.