rdkit / homebrew-rdkit

Homebrew formula for rdkit
44 stars 19 forks source link

check the formula works if numpy is installed by brew #78

Closed UnixJunkie closed 4 years ago

UnixJunkie commented 4 years ago

I think it does not. But I should check. If it does not, then remove the numpy dependency in the rdkit.rb file and call pip3 in there to install it.

UnixJunkie commented 4 years ago

Also, simplify .travis.yml if this is the case.

UnixJunkie commented 4 years ago

yes it works. But I prefer to keep numpy installed by pip rather than brew.