Allow NumPy v1 in installation requirements#956
Merged
honnibal merged 1 commit intoexplosion:v8.3.xfrom Jul 11, 2025
BLKSerene:v8.3.x
Merged
Allow NumPy v1 in installation requirements#956honnibal merged 1 commit intoexplosion:v8.3.xfrom BLKSerene:v8.3.x
honnibal merged 1 commit intoexplosion:v8.3.xfrom
BLKSerene:v8.3.x
Conversation
Contributor
Author
|
Gentle ping, @honnibal. |
Member
|
Thanks! Sorry I messed this up before. |
Contributor
Author
|
@honnibal, could you please release a new version to reflect this dependency change? It seems that the release of |
Member
|
Sorry about the delay on this, I didn't realise it didn't upload. We had problems with our PyPi account being at its storage limit which took some time to resolve. I then lost track of the status of this and thought it was all complete. A new version is up now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Similar to explosion/spacy-pkuseg#18, this PR updates the version pin to allow
thincto be used withNumPyv1 to ease compatibility issues with other 3rd-party packages requiringNumPy1.x.Types of change
Dependency change.
Checklist