Skip to content

Commit 59a1e3d

Browse files
committed
Another attempt
1 parent feebd90 commit 59a1e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"huggingface-hub>=0.1.0,<1.0.0",
8989
# Utilities from PyPA to e.g., compare versions
9090
"packaging",
91-
"responses<0.19",
91+
"responses==0.16",
9292
]
9393

9494
AUDIO_REQUIRE = [
@@ -120,7 +120,7 @@
120120
"botocore>=1.22.8", # to be compatible with aiobotocore and boto3
121121
"faiss-cpu>=1.6.4",
122122
"fsspec[s3]",
123-
"moto[s3,server]>=3.0.0",
123+
"moto[s3,server]==2.0.4",
124124
"rarfile>=4.0",
125125
"s3fs>=2021.11.1", # aligned with fsspec[http]>=2021.11.1
126126
"tensorflow>=2.3,!=2.6.0,!=2.6.1",

0 commit comments

Comments
 (0)