Skip to content

Commit 41816da

Browse files
committed
badread: migrate to [email protected]
1 parent 364c45e commit 41816da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Formula/b/badread.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class Badread < Formula
1919
end
2020

2121
depends_on "numpy"
22-
depends_on "python@3.13"
23-
depends_on "scipy"
22+
depends_on "python@3.14"
23+
depends_on "scipy" => :no_linkage
2424

2525
resource "edlib" do
2626
url "https://files.pythonhosted.org/packages/0c/dd/caa71ef15b46375e01581812e52ec8e3f4da0686f370e8b9179eb5f748fb/edlib-1.3.9.post1.tar.gz"

pypi_formula_mappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
"badkeys": {
108108
"exclude_packages": ["cryptography"]
109109
},
110+
"badread": {
111+
"exclude_packages": ["numpy", "scipy"]
112+
},
110113
"backgroundremover": {
111114
"exclude_packages": ["certifi", "numpy", "torch", "torchvision", "pillow", "scipy", "scikit-image"],
112115
"extra_packages": ["imageio"]

0 commit comments

Comments
 (0)