-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
added new dependencies #147
Conversation
What is that check_pyproject.toml file doing? |
pyproject.toml
Outdated
@@ -18,6 +18,13 @@ authors = [ | |||
dependencies = [ | |||
"sunpy[map,net,timeseries,visualization]>=6.0.0", | |||
"xarray>=2023.12.0", | |||
"astropy", |
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.
These will all need minimum version like xarray and sunpy do above.
I would compare the versions to what sunpy uses, that would make things simpler.
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.
So You are suggesting that the , i will mention minimum version of below mentioned dependencies!! like sunpy and xarray?!
astropy
packaging
scipy
numpy
h5py
matplotlib
pandas
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.
Yes please.
That was a script i have written to check the lint syntax of .toml file . |
pyproject.toml
Outdated
@@ -18,6 +18,13 @@ authors = [ | |||
dependencies = [ | |||
"sunpy[map,net,timeseries,visualization]>=6.0.0", | |||
"xarray>=2023.12.0", | |||
"astropy", | |||
"packaging", |
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.
Do we need this one? Does it not come with pip these days?
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.
This one refers to packaging right?
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.
Yeah just that one.
Looks like there is a warning that the oldestdeps is now raising: |
There is an issue with codecov/project CI how can i proceed further? |
That is just codecov being broken, it is safe to ignore. |
Thanks @Abinash-bit |
PR Description
Fixes #134
Changes Made: