diff --git a/setup.py b/setup.py index 0dc5b37..c5522f6 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ long_description = fh.read() setuptools.setup( - name="causing", # Replace with your own username - version="0.1.6", + name="causing", + version="0.1.7", author="Dr. Holger Bartel", author_email="holger.bartel@realrate.ai", description="Causing: CAUSal INterpretation using Graphs", @@ -19,13 +19,13 @@ "Operating System :: OS Independent", ], install_requires=[ - "numdifftools==0.9.39", - "numpy>=1.18.1", - "pydot==1.4.1", - "pandas==1.1.5", - "scipy==1.5.4", - "sympy==1.5.1", - "torch==1.9.1", + "numdifftools~=0.9.39", + "numpy~=1.18", + "pydot~=1.4", + "pandas~=1.3", + "scipy~=1.5.4", + "sympy~=1.5.1", + "torch~=1.9.1", "pre-commit", ], python_requires=">=3.9",