CouncilDataProject / speakerbox

Speakerbox: Fine-tune Audio Transformers for speaker identification.
https://councildataproject.org/speakerbox
MIT License
51 stars 6 forks source link

Lower pandas version requirement in setup.py #2

Closed kristopher-smith closed 2 years ago

kristopher-smith commented 2 years ago

Change requirements for pandas: "pandas>=1.4.0" =====> "pandas>=1.3.5"

Link to Relevant Issue

This pull request resolves # Tried using Colab and Kaggle for their free GPU and threw errors as they both run on pandas 1.3.5 still.

Description of Changes

kristopher-smith commented 2 years ago

Didn't see it the first time through the open pull request changes. Already done.