Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CodeStyle][py36] update requirements.txt and setup.py.in #49516

Merged
merged 2 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,8 @@ with redirect_stdout():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.7-3.6 可以移除啦~另外 setup.py 也更新一下吧,目前两个应该需要同时维护的,这两天还加了个 CI 检查项检查这个(#49410

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

],
)

Expand Down
2 changes: 0 additions & 2 deletions python/unittest_py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pynacl==1.4.0 ; python_version == "3.6"
PyGithub
coverage==5.5
pycrypto ; platform_system != "Windows"
Expand All @@ -10,7 +9,6 @@ opencv-python<=4.2.0.32
visualdl
paddle2onnx>=0.9.6
scipy>=1.6; python_version >= "3.7"
gsq7474741 marked this conversation as resolved.
Show resolved Hide resolved
scipy>=1.5; python_version == "3.6"
prettytable
distro
numpy>=1.20,<1.22; python_version >= "3.7"
Expand Down