-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme, python fixes ahead of 1.0.0 release
- Loading branch information
Randall C. O'Reilly
committed
Dec 30, 2019
1 parent
e47d098
commit ea71657
Showing
6 changed files
with
185 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module github.com/emer/leabra | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Masterminds/vcs v1.13.1 | ||
github.com/alecthomas/chroma v0.7.0 | ||
github.com/apache/arrow/go/arrow v0.0.0-20191228022829-81f0d4228e59 | ||
github.com/aymerick/douceur v0.2.0 | ||
github.com/chewxy/math32 v1.0.4 | ||
github.com/emer/emergent v1.0.0 | ||
github.com/emer/etable v1.0.0 | ||
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a | ||
github.com/go-python/gopy v0.3.1 | ||
github.com/goki/gi v0.9.10 | ||
github.com/goki/ki v0.9.10 | ||
github.com/goki/pi v0.5.10 | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/srwiley/rasterx v0.0.0-20181219215540-696f7edb7a7e | ||
github.com/srwiley/scanx v0.0.0-20190309010443-e94503791388 | ||
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 | ||
gonum.org/v1/gonum v0.6.2 | ||
gonum.org/v1/plot v0.0.0-20191107103940-ca91d9d40d0a | ||
) |
Oops, something went wrong.