Skip to content

Commit d15c1c6

Browse files
authored
Downpin due to mypy issue (#134)
* Downpin due to mypy issue * Update requirements.txt
1 parent 77103a9 commit d15c1c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ai-python/retail/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
azure-identity
2-
azure-storage-file-datalake
2+
azure-storage-file-datalake==12.3.1
33
azureml-core==1.32.0
44
commondatamodel-objectmodel
55
recommenders

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ azure-search-documents==11.1.0b3
2020
azure-servicebus==0.50.3
2121
azure-storage-blob<13.0.0,>=12.6.0
2222
azure-storage-common==2.1.0
23-
azure-storage-file-datalake
23+
azure-storage-file-datalake==12.3.1
2424
azure-storage-file==2.1.0
2525
azure-storage-nspkg==3.1.0
2626
azure-storage-queue==12.1.6

0 commit comments

Comments
 (0)