diff --git a/tests/ci/azureml_tests/aml_utils.py b/tests/ci/azureml_tests/aml_utils.py index d24ec1361..5a4d488e3 100644 --- a/tests/ci/azureml_tests/aml_utils.py +++ b/tests/ci/azureml_tests/aml_utils.py @@ -92,7 +92,6 @@ def get_or_create_environment( - {conda_pkg_jdk} - pip - pip: - - pymanopt@https://github.com/pymanopt/pymanopt/archive/fb36a272cdeecb21992cfd9271eb82baafeb316d.zip - recommenders[dev{",gpu" if use_gpu else ""}{",spark" if use_spark else ""}]@git+https://github.com/recommenders-team/recommenders.git@{commit_sha} """ # See https://github.com/Azure/AzureML-Containers/blob/master/base/cpu/openmpi4.1.0-ubuntu22.04