Skip to content
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

update to peotry as a buildsystem and update dependencies #22

Merged
merged 13 commits into from
Nov 5, 2024

Conversation

hechth
Copy link
Collaborator

@hechth hechth commented Nov 4, 2024

This PR updates the buildsystem to use poetry and also updates the dependencies of the package to higher versions, including numpy 2.

@hechth hechth changed the title update to peotry as a buildsystem update to peotry as a buildsystem and update dependencies Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@hechth hechth closed this Nov 4, 2024
@hechth hechth reopened this Nov 4, 2024
@florian-huber
Copy link
Collaborator

florian-huber commented Nov 5, 2024

We could also switch from pylint to ruff as we just also did for MS2DeepScore.

The workflow would need something like this:

      - name: Check style against standards using Ruff
        run: ruff check .

And we could add a config file ruff.toml or .ruff.toml, e.g. like this ruff.toml. In principle this should also work with something like tool.ruff in the existing toml-file.

@hechth hechth closed this Nov 5, 2024
@hechth hechth reopened this Nov 5, 2024
@hechth hechth closed this Nov 5, 2024
@hechth hechth reopened this Nov 5, 2024
@hechth
Copy link
Collaborator Author

hechth commented Nov 5, 2024

@florian-huber I think this should be ready as a first step :)

@hechth
Copy link
Collaborator Author

hechth commented Nov 5, 2024

We could also switch from pylint to ruff as we just also did for MS2DeepScore.

The workflow would need something like this:

      - name: Check style against standards using Ruff
        run: ruff check .

And we could add a config file ruff.toml or .ruff.toml, e.g. like this ruff.toml. In principle this should also work with something like tool.ruff in the existing toml-file.

I've referenced this in a new issue, so we can address this separately.

Copy link
Collaborator

@florian-huber florian-huber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me @hechth, thanks!

@hechth hechth merged commit dfb6a31 into matchms:main Nov 5, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants