2019-10-10 12:25:24 +00:00
|
|
|
package:
|
|
|
|
name: statsmodels
|
2022-12-15 23:08:24 +00:00
|
|
|
version: 0.13.5
|
2022-09-06 06:20:04 +00:00
|
|
|
top-level:
|
|
|
|
- statsmodels
|
2019-10-10 12:25:24 +00:00
|
|
|
source:
|
2022-12-15 23:08:24 +00:00
|
|
|
url: https://files.pythonhosted.org/packages/a4/7d/a919dbad04ec31741eee6a7f7df4a9a9e57e3b863900e48b079a6b832aab/statsmodels-0.13.5.tar.gz
|
|
|
|
sha256: 593526acae1c0fda0ea6c48439f67c3943094c542fe769f8b90fe9e6c6cc4871
|
2019-10-10 12:25:24 +00:00
|
|
|
|
2021-02-06 07:58:12 +00:00
|
|
|
build:
|
2022-05-12 03:31:16 +00:00
|
|
|
ldflags: |
|
|
|
|
-L$(NUMPY_LIB)/core/lib/
|
|
|
|
-L$(NUMPY_LIB)/random/lib/
|
2019-10-10 12:25:24 +00:00
|
|
|
requirements:
|
2022-08-22 04:35:27 +00:00
|
|
|
host:
|
|
|
|
- numpy
|
|
|
|
- scipy
|
2022-12-15 23:08:24 +00:00
|
|
|
# TODO: Check that pandas and patsy really host dependencies
|
2022-08-22 04:35:27 +00:00
|
|
|
- pandas
|
|
|
|
- patsy
|
2019-10-10 12:25:24 +00:00
|
|
|
run:
|
2021-05-02 13:42:28 +00:00
|
|
|
- distutils
|
2019-10-10 12:25:24 +00:00
|
|
|
- numpy
|
|
|
|
- scipy
|
|
|
|
- pandas
|
|
|
|
- patsy
|
2022-04-08 01:34:42 +00:00
|
|
|
- packaging
|
2019-10-10 12:25:24 +00:00
|
|
|
|
|
|
|
test:
|
|
|
|
imports:
|
|
|
|
- statsmodels
|
2022-01-07 19:06:52 +00:00
|
|
|
- statsmodels.api
|
2022-09-06 06:20:04 +00:00
|
|
|
about:
|
|
|
|
home: https://www.statsmodels.org/
|
|
|
|
PyPI: https://pypi.org/project/statsmodels
|
|
|
|
summary: Statistical computations and models for Python
|
|
|
|
license: BSD License
|