Pedro Cuenca commited on
Commit
7158e2e
1 Parent(s): adfe05e

Update requirements

Browse files

Former-commit-id: 879ff01edbc1ed0df2f9607fdd2c2ff3fd0e6764

Files changed (1) hide show
  1. app/requirements.txt +6 -6
app/requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  # Requirements for huggingface spaces
2
  -f https://storage.googleapis.com/jax-releases/jax_releases.html
3
- jaxlib
4
- -f https://storage.googleapis.com/jax-releases/jax_releases.html
5
  jax[cuda111]
6
-
7
  flax
8
- transformers
9
-
10
- # To download the model. We could use the model hub.
 
 
11
  wandb
 
 
1
  # Requirements for huggingface spaces
2
  -f https://storage.googleapis.com/jax-releases/jax_releases.html
 
 
3
  jax[cuda111]
 
4
  flax
5
+ requests
6
+ -e git+https://github.com/huggingface/transformers.git@master#egg=transformers
7
+ -e git+https://github.com/huggingface/datasets.git@master#egg=datasets
8
+ flax
9
+ jupyter
10
  wandb
11
+ ftfy