diff --git a/setup.py b/setup.py index 03fd05fa..94e4c22c 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def run(self): # Run the setup setup( name="tigramite", - version="5.0.1.3", + version="5.0.1.4", packages=["tigramite", "tigramite.independence_tests", "tigramite.toymodels"], license="GNU General Public License v3.0", description="Tigramite causal discovery for time series", diff --git a/versions.py b/versions.py index e9fecfe2..e781dc63 100644 --- a/versions.py +++ b/versions.py @@ -1 +1 @@ -{"all": ["scikit-learn>=0.21", "matplotlib>=3.4.0", "networkx>=2.4", "pytorch>=1.11.0", "gpytorch>=1.4", "dcor>=0.5.3"]} \ No newline at end of file +{"all": ["scikit-learn>=0.21", "matplotlib>=3.4.0", "networkx>=2.4", "torch>=1.11.0", "gpytorch>=1.4", "dcor>=0.5.3"]} \ No newline at end of file