Skip to content

Commit

Permalink
Merge pull request #196 from jakobrunge/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
jakobrunge authored Mar 23, 2022
2 parents 4ef2eb0 + 38fc880 commit 35402b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions.py
Original file line number Diff line number Diff line change
@@ -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"]}
{"all": ["scikit-learn>=0.21", "matplotlib>=3.4.0", "networkx>=2.4", "torch>=1.11.0", "gpytorch>=1.4", "dcor>=0.5.3"]}

0 comments on commit 35402b6

Please sign in to comment.