-
Notifications
You must be signed in to change notification settings - Fork 15
fix: rename requirements-3.txt to requirements.txt in build.sh #54
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
Conversation
python2.7 related lines might be obsolete too, as python2 support has been deprecated?
+) should support python >=3.8 only
I will just wait for a comment as it looks like build.sh is obsolete and .github/workflows/release.yaml is in use tho..
yeah, we can skip this one for now @s00hyun, but thank you for your contribution ! The build.sh was there before we had github actions involved. I'm just to remove it in a future release
Uh oh!
There was an error while loading. Please reload this page.
I just came across this while looking into the repository. It looks like requirements-3.txt was renamed as requirements.txt but not in build.sh. Please feel free to merge this or not.