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 ad8560c commit 3129768Copy full SHA for 3129768
Formula/m/mlpack.rb
@@ -1,8 +1,8 @@
1
class Mlpack < Formula
2
desc "Scalable C++ machine learning library"
3
homepage "https://www.mlpack.org"
4
- url "https://mlpack.org/files/mlpack-4.5.0.tar.gz"
5
- sha256 "aab70aee10c134ef3fe568843fe4b3bb5e8901af30ea666f57462ad950682317"
+ url "https://mlpack.org/files/mlpack-4.5.1.tar.gz"
+ sha256 "58059b911a78b8bda91eef4cfc6278383b24e71865263c2e0569cf5faa59dda3"
6
license all_of: ["BSD-3-Clause", "MPL-2.0", "BSL-1.0", "MIT"]
7
head "https://github.com/mlpack/mlpack.git", branch: "master"
8
0 commit comments