HolyWu / vs-dpir

DPIR function for VapourSynth
MIT License
32 stars 3 forks source link

missing onnxruntime on setup.cfg(?) #23

Closed sl1pkn07 closed 2 years ago

sl1pkn07 commented 2 years ago

Hi

i'm not python coder, but, should be added onnxruntime on the install_requires field into setup.cfg file?

greetings

HolyWu commented 2 years ago

I didn't add onnxruntime to the install_requires field because the python package name is different depending on the hardware acceleration the user chooses. It could be onnxruntime, onnxruntime-gpu, onnxruntime-directml, or onnxruntime-powerpc64le, etc.