From 7d6f39bd892addee9d1f2325df8c1f916dba36b8 Mon Sep 17 00:00:00 2001 From: Pradeep Bashyal Date: Tue, 11 Jun 2024 19:02:41 -0500 Subject: [PATCH] Depends on numpy --- Formula/py-ard.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/py-ard.rb b/Formula/py-ard.rb index cde559f..c29a2fe 100644 --- a/Formula/py-ard.rb +++ b/Formula/py-ard.rb @@ -8,6 +8,7 @@ class PyArd < Formula license "LGPL-3.0" depends_on "python@3.11" + depends_on "numpy" resource "pandas" do url "https://files.pythonhosted.org/packages/88/d9/ecf715f34c73ccb1d8ceb82fc01cd1028a65a5f6dbc57bfa6ea155119058/pandas-2.2.2.tar.gz"