Skip to content

Commit e547d81

Browse files
author
Gedusim
committed
Quickfix to avoid install errors with numpy
1 parent c854a26 commit e547d81

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
@@ -15,7 +15,7 @@
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
install_requires=[
18-
'numpy >= 1.23, < 2',
18+
'numpy >= 1.23',
1919
'websocket-client >= 1.6, < 2',
2020
'msgpack >= 1.0, < 2',
2121
],

0 commit comments

Comments
 (0)