scipy 1.6.1

Closes #72922.

Signed-off-by: Rylan Polster <rslpolster@gmail.com>
master
Carlo Cabrera 2021-03-10 21:36:15 +00:00 committed by Rylan Polster
parent c7e2ccbb9f
commit 9127e745a5
2 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,9 @@
class Scipy < Formula
desc "Software for mathematics, science, and engineering"
homepage "https://www.scipy.org"
url "https://files.pythonhosted.org/packages/16/48/ff7026d26dfd92520f00b109333e22c05a235f0c9115a5a2d7679cdf39ef/scipy-1.6.0.tar.gz"
sha256 "cb6dc9f82dfd95f6b9032a8d7ea70efeeb15d5b5fd6ed4e8537bb3c673580566"
url "https://files.pythonhosted.org/packages/26/68/84dbe18583e79e56e4cee8d00232a8dd7d4ae33bc3acf3be1c347991848f/scipy-1.6.1.tar.gz"
sha256 "c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11"
license "BSD-3-Clause"
revision 1
head "https://github.com/scipy/scipy.git"
bottle do

View File

@ -35,6 +35,9 @@
"salt": {
"extra_packages": ["M2Crypto", "pygit2"]
},
"scipy": {
"exclude_packages": ["numpy"]
},
"xdot": {
"extra_packages": ["graphviz"]
},