diff --git a/NeoML/Python/setup.py b/NeoML/Python/setup.py index abaebd0ba..3ae458c53 100644 --- a/NeoML/Python/setup.py +++ b/NeoML/Python/setup.py @@ -110,7 +110,7 @@ def get_long_description(): long_description=get_long_description(), long_description_content_type='text/markdown', url='http://github.com/neoml-lib/neoml', - install_requires=['numpy>=2.0.2', 'scipy>=1.5.2', 'onnx==1.16.0', 'protobuf==5.28.*'], + install_requires=['numpy>=2.0.2', 'scipy>=1.5.2', 'onnx==1.17.0', 'protobuf==5.28.*'], ext_modules=[CMakeExtension("neoml.PythonWrapper")], cmdclass={"build_ext": CMakeBuild}, include_package_data=True,