Skip to content

fix: remove duplicate soundfile entry in requirements.txt#472

Open
kuishou68 wants to merge 1 commit intoFosowl:mainfrom
kuishou68:fix/issue-471-remove-duplicate-soundfile
Open

fix: remove duplicate soundfile entry in requirements.txt#472
kuishou68 wants to merge 1 commit intoFosowl:mainfrom
kuishou68:fix/issue-471-remove-duplicate-soundfile

Conversation

@kuishou68
Copy link
Copy Markdown

Closes #471

Problem

requirements.txt contains two identical entries for soundfile>=0.13.1 (one at line 16, one near line 21). This causes pip install to emit warnings and can result in version-resolution confusion in environments that process dependencies strictly.

Fix

Remove the duplicate entry, keeping exactly one soundfile>=0.13.1 line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: duplicate soundfile entry and redundant sniffio in requirements.txt

1 participant