Skip to content

Commit 5835ff3

Browse files
committed
Semantic version moving to v1.1.0: Adding plotting code, library integrations, and enforcing non-negative cmi/mi
Fixing pyproject.toml
1 parent b390b7e commit 5835ff3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "causationentropy"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = [
99
{name = "Kevin Slote", email = "kslote1@gmail.com"},
1010
]
@@ -62,6 +62,7 @@ dependencies = [
6262
"networkx>=2.6.0",
6363
"matplotlib>=3.4.0",
6464
"tqdm>=4.60.0",
65+
"tigramite>=5.0.0",
6566
]
6667

6768
[project.optional-dependencies]
@@ -93,7 +94,7 @@ all = [
9394
[project.urls]
9495
Homepage = "https://github.com/Center-For-Complex-Systems-Science/causationentropy"
9596
Repository = "https://github.com/Center-For-Complex-Systems-Science/causationentropy"
96-
Documentation = "https://causationentropy.readthedocs.io/en/latest/" # when live
97+
Documentation = "https://causationentropy.readthedocs.io/en/latest/"
9798
"Bug Tracker" = "https://github.com/Center-For-Complex-Systems-Science/causationentropy/issues"
9899

99100
#[project.scripts]

0 commit comments

Comments
 (0)