prophet/python/MANIFEST.in
Rolando (Max) Espinoza e33e7c4b37 Make stan code windows-compatible. (#96)
The vector/matrix operations fail to compile in windows due to eigen
incompatibility with windows compiler. Here we opt to use a non-
vectorized model for windows platform.
2017-03-09 18:47:59 +02:00

3 lines
65 B
Text

include stan/unix/*.stan
include stan/win/*.stan
include LICENSE