Skip to content

Commit 0948780

Browse files
Merge pull request #113 from Quantmetry/fix_doc
Fix doc
2 parents d1323f1 + 84e4105 commit 0948780

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ python:
99
install:
1010
- method: pip
1111
path: .
12+
extra_requirements:
13+
- pytorch
1214

1315
conda:
1416
environment: environment.doc.yml

qolmat/imputations/imputers_pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from qolmat.imputations.imputers import _Imputer, ImputerRegressor
1111
from qolmat.utils.exceptions import EstimatorNotDefined, PyTorchExtraNotInstalled
12-
from qolmat.imputations.diffusions.ddpms import TabDDPM, TsDDPM
1312
from qolmat.benchmark import metrics
1413

1514
try:

0 commit comments

Comments
 (0)