Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Fix infavorable numpy version in build env #385

Merged
merged 2 commits into from
Jul 7, 2020

Conversation

Arnoldosmium
Copy link
Contributor

@Arnoldosmium Arnoldosmium commented Jul 6, 2020

Force updating the cached pip dep environment in travis seems to fix the py3.6 build.
The former cached numpy version was too old (1.13.3) compared to other envs in the build matrix (1.15.0)

We can add more version pinning if needed, like the pin for pandas.

@Arnoldosmium Arnoldosmium changed the title [WIP] Fix infavorable numpy version in build env Fix infavorable numpy version in build env Jul 6, 2020
@CamDavidsonPilon
Copy link
Owner

Great, thanks! I was having a similar problem with lifelines and I think this work there, too

@CamDavidsonPilon CamDavidsonPilon merged commit 34a0c6f into CamDavidsonPilon:master Jul 7, 2020
@CamDavidsonPilon
Copy link
Owner

Generally, I need to update/check the deps on this library, too

@Arnoldosmium
Copy link
Contributor Author

Indeed, updating the minimum version requirement of dependencies can avoid some build / user install issues. It could shrink the supported numpy / pandas version range though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants