dfm / george

Fast and flexible Gaussian Process regression in Python
http://george.readthedocs.io
MIT License
451 stars 128 forks source link

MAINT: specify pybind11 and numpy in build_requires #91

Closed jakevdp closed 3 years ago

jakevdp commented 6 years ago

We were trying to build george on a clean Travis environment, and the pip install failed because pybind11 and numpy are required in order to run the setup.py script.

I think this will fix the issue, though I've not tried it out.

dfm commented 6 years ago

Can you fix the missing "=" and we can take a look ;-)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 83.664% when pulling 6c2cb40868ca309a9b3bf8d63ee17f53afa3bfb1 on jakevdp:patch-1 into 7f4d301ceb38f977518038a9464f4f3d099e09a8 on dfm:master.

jakevdp commented 6 years ago

One of the three AppVeyor jobs failed, and I scrolled down for a few minutes past conda installation status bars before I gave up trying to figure out why.

dfm commented 3 years ago

Finally fixed in #140 (only 3 years later :D)