tabito12345678910 commited on
Commit
a03b501
·
1 Parent(s): 10318b6

Update requirements.txt to match working dependencies (torch==2.8.0, specific rtdl version)

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  gradio>=4.0.0
2
- torch>=1.13.0,<2.0.0
3
- pandas>=1.5.0
4
- numpy>=1.24.0
5
- scikit-learn>=1.3.0
6
- rtdl
 
1
  gradio>=4.0.0
2
+ torch==2.8.0
3
+ git+https://github.com/Yura52/rtdl.git@main
4
+ pandas
5
+ numpy
6
+ scipy