Update requirements.txt
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
# Main dependencies
|
2 |
torch>=2.6.0
|
3 |
torchvision>=0.21.0
|
4 |
-
lightning>=2.2.4
|
5 |
numpy>=1.26.4
|
6 |
matplotlib>=3.8.0
|
7 |
pyyaml>=6.0.0
|
@@ -26,7 +25,6 @@ cupy-cuda12x>=12.0.0 # For CUDA 12.4
|
|
26 |
|
27 |
# Utilities and tools
|
28 |
scipy>=1.7.0
|
29 |
-
tensorboard>=2.8.0
|
30 |
|
31 |
# Project-Specific Dependencies
|
32 |
# RAFT (Flow Estimation)
|
|
|
1 |
# Main dependencies
|
2 |
torch>=2.6.0
|
3 |
torchvision>=0.21.0
|
|
|
4 |
numpy>=1.26.4
|
5 |
matplotlib>=3.8.0
|
6 |
pyyaml>=6.0.0
|
|
|
25 |
|
26 |
# Utilities and tools
|
27 |
scipy>=1.7.0
|
|
|
28 |
|
29 |
# Project-Specific Dependencies
|
30 |
# RAFT (Flow Estimation)
|