Skip to content
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
4 changes: 2 additions & 2 deletions sdk/ml/azure-ai-ml/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pytest-mock
pytest
pydash
azure-mgmt-msi
pywin32==306 ; sys_platform == 'win32'
pywin32==311 ; sys_platform == 'win32'
docker;platform.python_implementation!="PyPy"
numpy;platform.python_implementation!="PyPy"
scikit-image;platform.python_implementation!="PyPy"
scikit-image;platform.python_implementation!="PyPy" and python_version < "3.14"
mldesigner
azure-mgmt-resourcegraph<9.0.0,>=2.0.0
azure-mgmt-resource<23.0.0,>=3.0.0
Expand Down
1 change: 1 addition & 0 deletions sdk/ml/azure-ai-ml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"License :: OSI Approved :: MIT License",
],
zip_safe=False,
Expand Down
Loading