Skip to content

Commit 26d042a

Browse files
authored
Remove upper bound for pydash (#33695)
1 parent 5e0550a commit 26d042a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"azure-storage-blob<13.0.0,>=12.10.0",
8282
"azure-storage-file-share<13.0.0",
8383
"azure-storage-file-datalake<13.0.0",
84-
"pydash<7.0.6,>=6.0.0",
84+
"pydash>=6.0.0",
8585
"isodate",
8686
"azure-common<2.0.0,>=1.1",
8787
"typing-extensions<5.0.0",

0 commit comments

Comments
 (0)