-
Notifications
You must be signed in to change notification settings - Fork 3
Maintenance of project configuration and updates #167
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
samaloney
commented
Apr 17, 2025
- Move configs to individual files (.isort, pytest.ini, etc)
- Move all package information and build into project.toml
- Remove setup.cfg
- Update dependancies
* Move configs to individual files * Move all package information and build into project.toml * Update dependancies
|
Ah here @DanGass and @edoardolegnaro the tests aren't even passing! |
| "Topic :: Scientific/Engineering :: Physics" | ||
| ] | ||
| dependencies = [ | ||
| "sunpy[all]~=6.1", |
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.
Not sure if we want to specify different min version of numpy?
|
The tests aren't passing becuase it is python 3.9, and astropy 7 requires python 3.11 at least, so since we're updating should we update the tests to a higher python version? |
|
Yea I forget to update the CI/TOX but my point was prob best to not approve until the tests pass |
| "packaging>=23.0", | ||
| "scikit-learn~=1.3", | ||
| "platformdirs~=3.9", | ||
| "pyarrow", |
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 was running into issues with pyarrow and ml-flow, no clue where ml-flow is being installed I can only guess comet-ml so had to remove the version.
|
Ok sorry, I was under the impression that if versions had changed the tests would necessarily fail. |
Maintenance of project configuration and updates (#167)