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

Fixes issue #144. #145

Merged
merged 2 commits into from
Feb 2, 2019
Merged

Fixes issue #144. #145

merged 2 commits into from
Feb 2, 2019

Conversation

mrshannon
Copy link
Contributor

Fixes issue #144 as per the method documented by ead at https://stackoverflow.com/a/54138355. This delays the numpy.get_include() call until after the packages listed in setup_requires are installed.

Removes the need to manually run:

pip install numpy

before installing cf-units.

I have tested this for:

  • Python 2.7
  • Python 3.5
  • Python 3.6
  • Python 3.7

As per the method documented by ead at https://stackoverflow.com/a/54138355
this delays the numpy.get_include() call until after after the packages listed
in setup_requires are installed.
@coveralls
Copy link

coveralls commented Feb 1, 2019

Coverage Status

Coverage increased (+2.8%) to 91.434% when pulling baba1fa on mrshannon:fix_issue_144 into ea5cde8 on SciTools:master.

@bjlittle
Copy link
Member

bjlittle commented Feb 1, 2019

👍 Thanks @mrshannon for persisting 😄

LGTM, thoughts @pelson ?

@pelson
Copy link
Member

pelson commented Feb 2, 2019

Super. thanks @mrshannon.

@pelson pelson merged commit 90c705f into SciTools:master Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants