Fixes for installation and usage in 2024

- Tested for local run on Mint Linux 21.1 in 2024
	- Fixed dependency version conflicts
	- Returned with pretrained model files
	- Tested ONNX runtime
This commit is contained in:
Andrey Vukolov 2024-04-11 17:59:31 +02:00
parent c40fe924ff
commit db05bf2240
18 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -31,6 +31,7 @@ setuptools.setup(
'onnxruntime>=1.10.0,<2',
'tflite-runtime>=2.8.0,<3; platform_system == "Linux"',
'tqdm>=4.0,<5.0',
'numpy<1.25.0,>=1.23.2',
'scipy>=1.3,<2',
'scikit-learn>=1,<2',
'requests>=2.0,<3',
@ -91,4 +92,4 @@ setuptools.setup(
packages=setuptools.find_packages(),
include_package_data=True,
python_requires=">=3.7",
)
)