improve notes on dependencies
This commit is contained in:
parent
bd4f2a9478
commit
a6519f5455
2 changed files with 6 additions and 2 deletions
|
@ -29,7 +29,11 @@ maybe consider one of the following:
|
|||
|
||||
python 3.5+
|
||||
|
||||
numpy scipy h5py sklearn dotmap
|
||||
mandatory packages: numpy scipy
|
||||
|
||||
needed for saving weights: h5py
|
||||
|
||||
used in example code: dotmap
|
||||
|
||||
## minimal example
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# external packages required for full functionality:
|
||||
# numpy scipy h5py sklearn
|
||||
# numpy scipy h5py
|
||||
|
||||
# BIG TODO: ensure numpy isn't upcasting to float64 *anywhere*.
|
||||
# this is gonna take some work.
|
||||
|
|
Loading…
Reference in a new issue