Skip to content

Fix keyword argument repeated in setup.py #981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

giansegato
Copy link

@giansegato giansegato commented Jan 23, 2024

setup.py mention install_requires twice (likely a typo).

root@56e1be9f59d2:/bitsandbytes# python3 setup.py install
  File "setup.py", line 32
    install_requires=['torch', 'numpy', 'scipy'],
    ^
SyntaxError: keyword argument repeated

This removes the first mention (already covered by the latter one).

`setup.py` mention `install_requires` twice (likely a typo). This removes the first mention (already covered by the latter one).
@Titus-von-Koeller
Copy link
Collaborator

Titus-von-Koeller commented Jan 24, 2024

Hey! Thanks for raising this. Seems someone else submitted the same fix a few hours later. Going down the list from the newest first, I saw yours only after already merging the other. Sorry!

Thanks anyways and hope to be able to merge your next contribution soon. Very happy to see so much activate participation here! 🙌🏻

@akx akx mentioned this pull request Jan 24, 2024
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.

2 participants