We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81dd502 + 68f4f4e commit 8dda2bcCopy full SHA for 8dda2bc
__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.11'
+__version__ = '2.0.12'
pyproject.toml
@@ -15,13 +15,13 @@ authors = [
15
dependencies = [
16
"ansicolors",
17
"numpy",
18
+ "cython",
19
"packaging",
20
"sqlitedict",
21
]
22
23
[project.optional-dependencies]
24
paropt = [
- "cython",
25
"mpi4py",
26
27
0 commit comments