We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5ef6d commit b959d64Copy full SHA for b959d64
setup.py
@@ -46,7 +46,7 @@ def run(self):
46
author_email="me@kdheepak.com",
47
license="BSD-compatible",
48
packages=find_packages(),
49
- install_requires=["dss_python==0.14.*"],
+ install_requires=["dss_python>=0.14.3,<0.15"],
50
extras_require={
51
"extras": ["pandas", "matplotlib", "networkx"],
52
"dev": [
0 commit comments