-
Notifications
You must be signed in to change notification settings - Fork 47
Updgrade weather tools dependencies #517
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
base: main
Are you sure you want to change the base?
Updgrade weather tools dependencies #517
Conversation
| install_requires=['apache-beam[gcp]==2.40.0', 'gcsfs==2022.11.0'], | ||
| python_requires='>=3.11', | ||
| install_requires=['apache-beam[gcp]==2.69.0', 'gcsfs==2025.12.0'], | ||
| dependency_links=['https://github.com/dabhicusp/cdsapi-beta-google-weather-tools.git@master#egg=cdsapi'], # TODO([ |
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.
can remove this, discuss with @dabhicusp.
mahrsee1997
left a comment
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.
High level comment --
(1) Please update CI/CD yamls as well
(2) Update tools minor version
| @@ -115,8 +115,8 @@ | |||
| 'Topic :: Scientific/Engineering :: Atmospheric Science', | |||
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.
Update'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',
No description provided.