Skip to content

Commit

Permalink
fix dependency (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
D-W- authored Aug 19, 2024
1 parent 808f88c commit f2efd5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- numpy==1.19.5
- --extra-index-url=https://developer.download.nvidia.com/compute/redist/
- nvidia-dali-cuda100
- azureml-mlflow==1.41.0
- azureml-mlflow>=1.41.0
- protobuf==3.20.1
- pandas==1.2.1
- packaging==22.0 # fix for https://github.com/pypa/setuptools/issues/4483
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- numpy==1.19.5
- --extra-index-url=https://developer.download.nvidia.com/compute/redist/
- nvidia-dali-cuda100
- azureml-mlflow==1.41.0
- azureml-mlflow>=1.41.0
- protobuf==3.20.1
- pandas==1.2.1
- packaging>=22.0 # fix for https://github.com/pypa/setuptools/issues/4483

0 comments on commit f2efd5a

Please sign in to comment.