Skip to content

Commit b959d64

Browse files
committed
setup.py: Add lower bound (0.14.3) to DSS-Python's version
1 parent ed5ef6d commit b959d64

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
@@ -46,7 +46,7 @@ def run(self):
4646
author_email="me@kdheepak.com",
4747
license="BSD-compatible",
4848
packages=find_packages(),
49-
install_requires=["dss_python==0.14.*"],
49+
install_requires=["dss_python>=0.14.3,<0.15"],
5050
extras_require={
5151
"extras": ["pandas", "matplotlib", "networkx"],
5252
"dev": [

0 commit comments

Comments
 (0)