-
- Downloads
Update file requirements.txt
... | @@ -4,11 +4,11 @@ | ... | @@ -4,11 +4,11 @@ |
# Base ------------------------------------------------------------------------ | # Base ------------------------------------------------------------------------ | ||
matplotlib>=3.7.1 # Plotting library | matplotlib>=3.7.1 # Plotting library | ||
numpy>=1.18.5 # Numerical computing library | numpy>=1.23.5 # Numerical computing library | ||
opencv-python>=4.1.1 # Computer vision library | opencv-python>=4.1.1 # Computer vision library | ||
Pillow>=7.1.2 # Python Imaging Library | Pillow>=7.1.2 # Python Imaging Library | ||
PyYAML>=5.3.1 # YAML parser and emitter | PyYAML>=5.3.1 # YAML parser and emitter | ||
pandas==2.0.3 # Data manipulation and analysis | pandas==2.2.2 # Data manipulation and analysis | ||
tqdm>=4.64.0 # Progress bar library | tqdm>=4.64.0 # Progress bar library | ||
# Torch ----------------------------------------------------------------------- | # Torch ----------------------------------------------------------------------- | ||
... | ... |
Please register or sign in to comment