We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a4c60 commit aa7ff15Copy full SHA for aa7ff15
pyproject.toml
@@ -4,18 +4,18 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "PySDD"
7
-version = "1.0.1"
+version = "1.0.2"
8
description = "Sentential Decision Diagrams"
9
authors = [
10
{ name = "Wannes Meert", email = "wannes.meert@cs.kuleuven.be" },
11
{ name = "Arthur Choi" },
12
+ { name = "Robin Manhaeve", email = "robin.manhaeve@kuleuven.be" },
13
]
14
readme = "README.rst"
15
license = { file = "LICENSE" }
16
requires-python = ">=3.8"
17
dependencies = [
18
"cython",
- "numpy",
19
20
keywords = ["sdd, knowledge compilation"]
21
classifiers = [
@@ -27,7 +27,7 @@ classifiers = [
27
28
[project.optional-dependencies]
29
tests = ["pytest"]
30
-
+notebooks = ["numpy"]
31
32
33
[project.urls]
0 commit comments