Remove unused Dora dependency

Dora currently won't install as it depends on sklearn, but we're not
using it anyway
This commit is contained in:
Morgan Harris 2023-10-11 14:08:51 +11:00
parent 3777346aa0
commit 6017430d74
2 changed files with 1 additions and 4 deletions

View File

@ -10,8 +10,6 @@ import logging
from pathlib import Path
import typing as tp
#from dora.log import fatal
import logging
from diffq import DiffQuantizer

View File

@ -37,5 +37,4 @@ onnxruntime
onnx2pytorch
SoundFile==0.11.0; sys_platform != 'darwin'
PySoundFile==0.9.0.post1; sys_platform == 'darwin'
Dora==0.0.3
numpy==1.23.5