-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use kagglesdk as a package. #825
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
Now we'll only have to update it in one place. During testing, I was able to verify it was installing and using the pip package. However, I couldn't test end-to-end because the OAuth changes were getting in the way. I'll follow up to get those resolved next week. http://b/356194863
@@ -2,3 +2,4 @@ certifi >= 14.05.14 | |||
six >= 1.10 | |||
python_dateutil >= 2.5.3 | |||
urllib3 >= 1.15.1 | |||
kagglesdk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Steve - do you know whether requirements.in
and requirements.txt
are still required? During local testing, it worked fine with just the pyproject.toml
changes. Can we remove these files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they are needed during distribution, which runs in cloudbuild. Could be wrong ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this gave me a fright, seeing all those essential files being removed. Then, I realized they just got moved, haha.
Files of those names are referenced in `tools/releases/Dockerfile` but I
think it's using the files in that dir, not the top-level ones.
…On Fri, Jul 11, 2025 at 1:13 PM Jim Plotts ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In requirements.in
<#825 (comment)>:
> @@ -2,3 +2,4 @@ certifi >= 14.05.14
six >= 1.10
python_dateutil >= 2.5.3
urllib3 >= 1.15.1
+kagglesdk
Steve - do you know whether requirements.in and requirements.txt are
still required? During local testing, it worked fine with just the
pyproject.toml changes. Can we remove these files?
—
Reply to this email directly, view it on GitHub
<#825 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA7VDLG44GZLNMRLK6JOK33IALFNAVCNFSM6AAAAACBKV2HQWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTAMJRHA2DMMJRGM>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
@jplotts What is the best way to suggest changes to kagglesdk now? The |
@lcorcodilos - yes, the files have been moved to a separate repo. They've always been generated from code in a private repo, so PRs can't be accepted, but issues will be considered. |
Now we'll only have to update it in one place.
During testing, I was able to verify it was installing and using the pip package. However, I couldn't test end-to-end because the OAuth changes were getting in the way. I'll follow up to get those resolved next week.
http://b/356194863