Skip to content

Remove six and msrest dependencies #41239

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
3 changes: 0 additions & 3 deletions sdk/ml/azure-ai-ml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
install_requires=[
# NOTE: To avoid breaking changes in a major version bump, all dependencies should pin an upper bound if possible.
"pyyaml>=5.1.0,<7.0.0",
"msrest>=0.6.18,<1.0.0",
"azure-core>=1.23.0",
"azure-mgmt-core>=1.3.0",
"marshmallow>=3.5,<4.0.0",
Expand All @@ -88,8 +87,6 @@
"azure-common>=1.1",
"typing-extensions<5.0.0",
"azure-monitor-opentelemetry",
# TODO: remove six after using new autorest
"six>=1.11.0",
],
extras_require={
# user can run `pip install azure-ai-ml[designer]` to install mldesigner along with this package
Expand Down