AbeBhatti commited on
Commit
0d96e76
·
1 Parent(s): cd0b9e5

pin huggingface-hub for gradio compatibility

Browse files
Files changed (1) hide show
  1. deploy/requirements.txt +0 -13
deploy/requirements.txt CHANGED
@@ -1,13 +0,0 @@
1
- # HuggingFace Spaces — ArbitrAgent OpenEnv 0.2.1 demo
2
- # Use this when the Space root is the deploy/ folder.
3
- # If the Space runs from repo root, install from repo root requirements and add: gradio, openenv, sentence-transformers, Diplomacy, torch, numpy.
4
- #
5
- # Pin huggingface_hub so Gradio's oauth can import HfFolder (removed in newer hub).
6
- huggingface_hub>=0.19.0,<0.23.0
7
-
8
- gradio>=4.0
9
- openenv>=0.1.13
10
- sentence-transformers
11
- Diplomacy
12
- torch
13
- numpy