euiia commited on
Commit
9544df9
·
verified ·
1 Parent(s): e7d3c2d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -16
requirements.txt CHANGED
@@ -49,27 +49,26 @@ google-generativeai
49
 
50
 
51
  # Metrics
52
- torchmetrics==1.3.2 # Core module for metric
53
- pycocotools==2.0.7 # COCO-related
54
- torch-fidelity==0.3.0 # FID-related
55
 
56
  # Experiment Tracking
57
- moviepy==1.0.3 # WandB Logging Image & Video
58
- imageio==2.34.0 # WandB Logging Image & Video
59
- tabulate==0.9.0 # Logging Table
60
- deepdiff==7.0.1 # Find difference of config
61
 
62
  # Testing
63
- parameterized==0.9.0 # Define multiple tests through decorators.
64
 
65
  # Notebook
66
- mediapy==1.2.0 # Notebook Visualization
67
 
68
  # DevOPs
69
- black >= 24, < 25 # Code formatting
70
- flake8 >= 7, < 8 # Code style
71
- isort >= 5, < 6 # Import sorting
72
- pre-commit==3.7.0 # Pre-commit hooks
73
- expecttest==0.2.1 # Pytorch dist tests
74
- hypothesis==6.100.1 # Fix randomness
75
- av==12.0.0
 
49
 
50
 
51
  # Metrics
52
+ torchmetrics # Core module for metric
53
+ pycocotools # COCO-related
54
+ torch-fidelity # FID-related
55
 
56
  # Experiment Tracking
57
+ moviepy # WandB Logging Image & Video
58
+ imageio # WandB Logging Image & Video
59
+ tabulate # Logging Table
60
+ deepdiff # Find difference of config
61
 
62
  # Testing
63
+ parameterized # Define multiple tests through decorators.
64
 
65
  # Notebook
66
+ mediapy # Notebook Visualization
67
 
68
  # DevOPs
69
+ black # Code formatting
70
+ flake8 # Code style
71
+ isort # Import sorting
72
+ pre-commit # Pre-commit hooks
73
+ expecttest # Pytorch dist tests
74
+ hypothesis # Fix randomness