forked from conda-forge/tf2onnx-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from ArchanaShinde1/fix-pipcheck
fix pip check
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 2fa296316b9195bdfcbca6710483c6d90b282248 Mon Sep 17 00:00:00 2001 | ||
From: ArchanaShinde1 <[email protected]> | ||
Date: Fri, 23 Feb 2024 06:28:13 +0000 | ||
Subject: [PATCH] fix pip check | ||
|
||
--- | ||
setup.py | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/setup.py b/setup.py | ||
index 847ec4f..570149b 100644 | ||
--- a/setup.py | ||
+++ b/setup.py | ||
@@ -82,7 +82,7 @@ setup( | ||
author='ONNX', | ||
author_email='[email protected]', | ||
url='https://github.com/onnx/tensorflow-onnx', | ||
- install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers>=1.12', 'protobuf~=3.20.2'], | ||
+ install_requires=['numpy>=1.14.1', 'onnx>=1.4.1', 'requests', 'six', 'flatbuffers>=1.12', 'protobuf~=4.21.12'], | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
-- | ||
2.40.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters