hmb HF Staff Claude Opus 4.6 (1M context) commited on
Commit
2b1390f
·
1 Parent(s): 8bd33bc

Restore tribev2 transitive deps that neuralset needs

Browse files

Removed git+github source - tribev2 is provided by neuralset/neuraltrain
but needs x_transformers, einops, julius, soundfile present to import.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,11 +1,14 @@
1
  gradio
2
  plotly>=5.18.0
3
- tribev2 @ git+https://github.com/facebookresearch/tribev2.git
4
  neuralset==0.0.2
5
  neuraltrain==0.0.2
6
  torch>=2.5.1,<2.7
7
  torchvision>=0.20,<0.22
 
 
8
  moviepy>=2.2.1
9
  huggingface_hub
10
  spaces
 
 
11
  transformers
 
1
  gradio
2
  plotly>=5.18.0
 
3
  neuralset==0.0.2
4
  neuraltrain==0.0.2
5
  torch>=2.5.1,<2.7
6
  torchvision>=0.20,<0.22
7
+ x_transformers==1.27.20
8
+ einops
9
  moviepy>=2.2.1
10
  huggingface_hub
11
  spaces
12
+ soundfile
13
+ julius
14
  transformers