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

Failproof project setup #73

Closed
wants to merge 1 commit into from
Closed

Failproof project setup #73

wants to merge 1 commit into from

Conversation

Aristarhys
Copy link
Contributor

@Aristarhys Aristarhys commented Feb 21, 2021

I guess python 3.7 and later considered not supported (see https://github.com/zillow/luminaire/runs/1946332964)

On python 3.6 pyramid-arima wheel build will fail (but it will not affect the installation of dependency - just produce log noise) without a numpy installed, but it looks like it's not required to actually have it as dependecy - see #74

P.S.
https://pip.pypa.io/en/latest/reference/pip_install/#controlling-setup-requires
There is a warning about how dangerous to use this keyword, but i guess it's ok for such simple case
It's also used in #77

@Aristarhys Aristarhys changed the title Bugfix/meta failproof project setup Failproof project setup Feb 21, 2021
@snazzyfox
Copy link
Collaborator

Since you mentioned in #74 that pyramid-arima isn't necessary anymore, let's see if we can get that one through. Once that's fixed we should no longer need this PR since we're unblocked for upgrades to 3.7+

@Aristarhys
Copy link
Contributor Author

@snazzyfox it looks like removing pyramid-arima does not really help as #78 build for 3.7 and 3.8 keep failing, maybe we should merge this while support for never python version will be implemented

@snazzyfox
Copy link
Collaborator

snazzyfox commented Feb 23, 2021

Yep, looks like it's scikit-learn blocking this from happening right now. Let's carry on the discussion in #76. I think it's still a good idea to run/test against multiple versions.

@Aristarhys Aristarhys closed this Feb 24, 2021
@Aristarhys
Copy link
Contributor Author

No need for this after removal of pyramid-arima in #74

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.

None yet

2 participants