There was an error while loading. Please reload this page.
1 parent 61380ba commit f8bc0c3Copy full SHA for f8bc0c3
1 file changed
pyproject.toml
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "flamapy-sharpsat"
7
-version = "2.6.0.dev10"
+version = "2.6.0.dev11"
8
description = "flamapy-sharpsat is a plugin to flamapy providing approximate model counting and almost-uniform sampling"
9
readme = "README.md"
10
license = "GPL-3.0-or-later"
11
authors = [{ name = "Flamapy", email = "flamapy@us.es" }]
12
requires-python = ">=3.11"
13
dependencies = [
14
- "flamapy-fw~=2.6.0.dev10",
15
- "flamapy-fm~=2.6.0.dev10",
+ "flamapy-fw~=2.6.0.dev11",
+ "flamapy-fm~=2.6.0.dev11",
16
"pyunigen~=2.5",
17
]
18
0 commit comments