mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-25 13:48:49 +08:00

They are fairly standardized at this point in time and add for extra stability. As dependencies are added, this adds a safety buffer should any of them introduce breaking changes.
13 lines
393 B
Modula-2
13 lines
393 B
Modula-2
module github.com/sjwhitworth/golearn
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac
|
|
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
|
|
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9
|
|
github.com/rocketlaunchr/dataframe-go v0.0.0-20201007021539-67b046771f0b
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
gonum.org/v1/gonum v0.8.1
|
|
)
|