Skip to content

Commit d6e9c33

Browse files
authored
Merge pull request #20 from virtualcell/colab-2
Google Colab dependency compatability
2 parents 8496e61 + 52b337c commit d6e9c33

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyvcell"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "This is the python wrapper for vcell modeling and simulation"
55
authors = ["Jim Schaff <[email protected]>"]
66
repository = "https://github.com/virtualcell/pyvcell"
@@ -26,7 +26,7 @@ overrides = "^7.7.0"
2626
typing-extensions = "^4.12.2"
2727
urllib3 = "^2.3.0"
2828
requests = "^2.32.3"
29-
python-dateutil = "^2.9.0.post0"
29+
python-dateutil = "^2.8.2"
3030
python-libsbml = "^5.20.4"
3131
matplotlib = "^3.10.0"
3232
lxml = "^5.3.1"

0 commit comments

Comments
 (0)