Skip to content

Commit ab70161

Browse files
chore(deps): update dependency ipywidgets to v8.1.6
1 parent df8bf1d commit ab70161

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

poetry.lock

Lines changed: 11 additions & 11 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyrovelocity"
3-
version = "0.4.5"
3+
version = "0.4.0"
44
packages = [{ include = "pyrovelocity", from = "src" }]
55
description = "A multivariate RNA Velocity model to estimate future cell states with uncertainty using probabilistic modeling with pyro."
66
authors = ["pyrovelocity team"]
@@ -301,7 +301,6 @@ lint = [
301301
test = [
302302
"coverage",
303303
"hypothesis",
304-
"ipdb",
305304
"ipython",
306305
# "poethepoet",
307306
"pygments",
@@ -438,7 +437,7 @@ log_level = "INFO"
438437
# Run tests in parallel with pytest-xdist:
439438
# -n auto
440439
addopts = """
441-
-m "not slow and not pyensembl"
440+
-m "not slow and not pyensembl and not network"
442441
-rA
443442
--xdoctest
444443
--disable-warnings

0 commit comments

Comments
 (0)