mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
* Rename package from fbprophet to prophet, and add shim * Untrack files that should have been ignored * Update github actions build commands
11 lines
274 B
Text
11 lines
274 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 prophet/stan_model
|
|
|
|
# Necessary for tests to run
|
|
include prophet/tests/*.csv
|
|
include prophet/tests/*.json
|