We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ac659 commit 420e838Copy full SHA for 420e838
Formula/a/astrometry-net.rb
@@ -35,6 +35,9 @@ class AstrometryNet < Formula
35
depends_on "[email protected]"
36
depends_on "wcslib"
37
38
+ pypi_packages exclude_packages: "numpy",
39
+ extra_packages: "fitsio"
40
+
41
resource "fitsio" do
42
url "https://github.com/esheldon/fitsio/archive/refs/tags/1.2.7.tar.gz"
43
sha256 "356a425ce1c5c64e42685e1196f1d5fb43ec8fefb7f800232f756360e1a2a38a"
0 commit comments