Skip to content

Commit 78d1212

Browse files
committed
update tox
1 parent a8c1ecd commit 78d1212

File tree

3 files changed

+14
-21
lines changed

3 files changed

+14
-21
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,7 @@
183183
"huggingface_hub": {
184184
"package": "huggingface_hub",
185185
"deps": {
186-
"<1.0.0": ["responses"],
187-
# the following is a hack because for whatever reason, if we set this
188-
# to the actual value (>=1.0.0), according to Python's packaging
189-
# '1.0.0rc2' is NOT in SpecifierSet('>=1.0.0', prereleases=True)
190-
">=0.9999": ["pytest-httpx"],
186+
"*": ["responses", "pytest-httpx"],
191187
},
192188
},
193189
"langchain-base": {

0 commit comments

Comments
 (0)