Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hechth
Copy link
Collaborator

@hechth hechth commented Nov 6, 2024

This PR updates the matchms dependencies.

python = ">=3.9,<3.13" -> python = ">=3.10,<3.13"
numpy = ">1.22, <1.27" -> numpy = "^2.0"
scipy = ">=1.11" -> scipy = "^1.14.1"
pandas = ">=2.0.3" -> pandas = "^2.2.3"
networkx = ">=3.0" -> networkx = "^3.4.2"
numba = ">=0.57.1,<0.60" -> numba = "^0.60.0"
sparsestack = ">=0.4.1" -> sparsestack = "^0.6.0"

Especially updating the deps of numpy, scipy, numba and pandas will make a big difference.

This closes #639

This will also help with https://github.com/iomega/spec2vec

@hechth hechth closed this Nov 6, 2024
@hechth hechth reopened this Nov 6, 2024
@hechth hechth closed this Nov 6, 2024
@hechth hechth reopened this Nov 6, 2024
@hechth hechth closed this Nov 6, 2024
@hechth hechth reopened this Nov 6, 2024
@hechth hechth mentioned this pull request Nov 6, 2024
5 tasks
@hechth hechth merged commit df27f30 into master Nov 6, 2024
14 checks passed
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 6, 2024

1 similar comment
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 6, 2024

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.

Outdated (and possibly too restrictive) dependency settings

2 participants