Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored Apr 17, 2024
1 parent 7114436 commit ce12bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
license="MIT License",
packages=find_packages(exclude=['test*','json_samples']),
platforms=["linux", "unix"],
python_requires=">=3.8",
python_requires=">=3.10",
entry_points={
'console_scripts': [
"onnx2tf=onnx2tf:main"
Expand Down

0 comments on commit ce12bd6

Please sign in to comment.