Add tribev2 from GitHub source to fix missing module
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio
|
| 2 |
plotly>=5.18.0
|
|
|
|
| 3 |
neuralset==0.0.2
|
| 4 |
neuraltrain==0.0.2
|
| 5 |
torch>=2.5.1,<2.7
|
|
|
|
| 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
|