improve notes on dependencies

This commit is contained in:
Connor Olding 2018-03-09 10:17:31 +01:00
parent bd4f2a9478
commit a6519f5455
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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.