mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
10 lines
249 B
Text
10 lines
249 B
Text
include stan/unix/*.stan
|
|
include stan/win/*.stan
|
|
include LICENSE
|
|
include requirements.txt
|
|
|
|
# Ensure in-place built models do not get included in the source dist.
|
|
prune fbprophet/stan_model
|
|
|
|
# Necessary for tests to run
|
|
include fbprophet/tests/*.csv
|