scipy 1.0.0
Closes #19873. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
043df4834c
commit
36d2b2c4c7
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Scipy < Formula
|
||||
desc "Software for mathematics, science, and engineering"
|
||||
homepage "https://www.scipy.org"
|
||||
url "https://github.com/scipy/scipy/releases/download/v0.19.1/scipy-0.19.1.tar.xz"
|
||||
sha256 "0dca04c4860afdcb066cab4fd520fcffa8c85e9a7b5aa37a445308e899d728b3"
|
||||
revision 1
|
||||
url "https://github.com/scipy/scipy/releases/download/v1.0.0/scipy-1.0.0.tar.xz"
|
||||
sha256 "06b23f2a5db5418957facc86ead86b7752147c0461f3156f88a3da87f3dc6739"
|
||||
head "https://github.com/scipy/scipy.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue