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

fix: pin numpy to ensure a recent version of numpy #151

Merged
merged 2 commits into from
Dec 23, 2022
Merged

Conversation

aryarm
Copy link
Member

@aryarm aryarm commented Dec 23, 2022

resolves #149 by pinning numpy to a version $\ge$ 1.20.0

this way, we can be sure that future users will have a recent enough version of numpy

since numpy's typing module is only available in 1.20.0+
see #149 for an instance when this became an issue
@aryarm aryarm changed the title fix: pin numpy so that to ensure a recent version of numpy fix: pin numpy to ensure a recent version of numpy Dec 23, 2022
@aryarm aryarm merged commit 7c84a45 into main Dec 23, 2022
@aryarm aryarm deleted the fix/np-pinning branch December 23, 2022 22:58
damienmarsic pushed a commit to bioconda/bioconda-recipes that referenced this pull request Feb 3, 2023
* Update haptools to 0.1.2

* add numpy pin

following CAST-genomics/haptools#151

---------

Co-authored-by: BiocondaBot <[email protected]>
cokelaer pushed a commit to cokelaer/bioconda-recipes that referenced this pull request Apr 28, 2023
* Update haptools to 0.1.2

* add numpy pin

following CAST-genomics/haptools#151

---------

Co-authored-by: BiocondaBot <[email protected]>
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.

numpy error when testing simgenotype
1 participant