Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ffmpeg
hydra-core
joblib
librosa>=0.10.0 # specify >=0.10.0 so that librosa.get_duration(path=...) will work
numpy==1.26
numpy>=1.26, <2.0 # module was used numpy 1.x and may crash in 2.x

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
numpy>=1.26, <2.0 # module was used numpy 1.x and may crash in 2.x
numpy>=1.26, <2.0 # required by nemo

omegaconf
pandas
rarfile
Expand Down
Loading