Skip to content

Commit 2191553

Browse files
Merge pull request #795 from analysiscenter/r0.9.2
v0.9.2
2 parents bad2969 + eb09e8b commit 2191553

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

batchflow/models/torch/base_mixins.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
import torch
77

88
from ...decorators import deprecated
9-
10-
from ...utils_import import try_import
11-
plot = try_import(module='...plotter', package=__name__, attribute='plot',
12-
help='Try `pip install batchflow[image]`!')
9+
from ... import plot
1310

1411
# Also imports `tensorboard`, if necessary
1512

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies = [
2626
"llvmlite",
2727
"scipy>=1.9",
2828
"tqdm>=4.19",
29-
"pytest>=8.3.4",
3029
]
3130

3231
[project.optional-dependencies]
@@ -56,7 +55,7 @@ nn = [
5655

5756
dev = [
5857
"pandas>=0.24",
59-
"pytest>=7.0",
58+
"pytest>=8.3.4",
6059
"ruff"
6160
]
6261

0 commit comments

Comments
 (0)