statsmodels-0.14.6-gfbf-2025b.eb 813 B

1234567891011121314151617181920212223242526272829
  1. easyblock = 'PythonBundle'
  2. name = 'statsmodels'
  3. version = '0.14.6'
  4. homepage = 'https://www.statsmodels.org/'
  5. description = """Statsmodels is a Python module that allows users to explore data, estimate statistical models,
  6. and perform statistical tests."""
  7. toolchain = {'name': 'gfbf', 'version': '2025b'}
  8. builddependencies = [('Cython', '3.1.2')]
  9. dependencies = [
  10. ('Python', '3.13.5'),
  11. ('SciPy-bundle', '2025.07'),
  12. ]
  13. exts_list = [
  14. ('patsy', '1.0.1', {
  15. 'checksums': ['e786a9391eec818c054e359b737bbce692f051aee4c661f4141cc88fb459c0c4'],
  16. }),
  17. (name, version, {
  18. 'preinstallopts': """sed -i 's/url=URL,/url=URL, version="%(version)s",/g' setup.py && """,
  19. 'checksums': ['4d17873d3e607d398b85126cd4ed7aad89e4e9d89fc744cdab1af3189a996c2a'],
  20. }),
  21. ]
  22. moduleclass = 'math'