Conversation
Contributor
Author
|
@eedorenko This new build definition just needs the service connection added and should be good to push a new image automatically. |
eedorenko
suggested changes
Nov 22, 2019
| pytest>=5.3 | ||
| requests>=2.22 | ||
| azureml>=0.2 | ||
| azureml-sdk>=1.0 |
Contributor
There was a problem hiding this comment.
We need azureml. Otherwise we are getting exceptions like "ModuleNotFoundError: No module named 'numpy'"
Contributor
Author
There was a problem hiding this comment.
The azureml package is extremely dated and no longer maintained. Could we please at least try to follow the trail of adding numpy or other packages which come up?
eedorenko
approved these changes
Nov 28, 2019
algattik
added a commit
to algattik/MLOpsPython
that referenced
this pull request
Nov 28, 2019
bump pip requirements versions (microsoft#104)
algattik
added a commit
to algattik/MLOpsPython
that referenced
this pull request
Nov 28, 2019
bump pip requirements versions (microsoft#104)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fixes #97