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.
1 parent 0203826 commit edab1dfCopy full SHA for edab1df
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyvcell"
3
-version = "0.1.12"
+version = "0.1.13"
4
description = "This is the python wrapper for vcell modeling and simulation"
5
authors = ["Jim Schaff <[email protected]>"]
6
repository = "https://github.com/virtualcell/pyvcell"
@@ -18,7 +18,7 @@ h5py = "^3.11.0"
18
numpy = ">=1.26.4,<3.0"
19
orjson = "^3.10.3"
20
vtk = "^9.3.1"
21
-pyvcell-fvsolver = "^0.1.0"
+pyvcell-fvsolver = "^0.1.1"
22
typer = ">=0.12.3,<1.0.0"
23
pydantic = "^2.10.5"
24
requests-oauth2client = "^1.6.0"
0 commit comments