Skip to content

Commit aa7ff15

Browse files
authored
Update pyproject.toml
1 parent 35a4c60 commit aa7ff15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "PySDD"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Sentential Decision Diagrams"
99
authors = [
1010
{ name = "Wannes Meert", email = "wannes.meert@cs.kuleuven.be" },
1111
{ name = "Arthur Choi" },
12+
{ name = "Robin Manhaeve", email = "robin.manhaeve@kuleuven.be" },
1213
]
1314
readme = "README.rst"
1415
license = { file = "LICENSE" }
1516
requires-python = ">=3.8"
1617
dependencies = [
1718
"cython",
18-
"numpy",
1919
]
2020
keywords = ["sdd, knowledge compilation"]
2121
classifiers = [
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
[project.optional-dependencies]
2929
tests = ["pytest"]
30-
30+
notebooks = ["numpy"]
3131

3232

3333
[project.urls]

0 commit comments

Comments
 (0)