Metadata-Version: 2.1
Name: ps-eor
Version: 0.7.0
Summary: Foreground modeling/removal and Power Spectra generation
License: GPL-3.0+
Author: Florent Mertens
Author-email: flomertens@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: GPy (>=1.9,<2.0)
Requires-Dist: astropy (>=2,<3); python_version >= "2.7" and python_version < "3.0"
Requires-Dist: astropy (>=4,<5); python_version >= "3.6" and python_version < "4.0"
Requires-Dist: backports-functools_lru_cache (>=1.5,<2.0)
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: configparser (>=4.0,<5.0)
Requires-Dist: healpy (>=1.12,<2.0)
Requires-Dist: matplotlib (>=2,<3); python_version >= "2.7" and python_version < "3.0"
Requires-Dist: matplotlib (>=3,<4); python_version >= "3.6" and python_version < "4.0"
Requires-Dist: numpy (>=1.16,<2.0); python_version >= "2.7" and python_version < "3.0"
Requires-Dist: numpy (>=1.18,<2.0); python_version >= "3.6" and python_version < "4.0"
Requires-Dist: pyfftw (>=0.12,<0.13)
Requires-Dist: reproject (>=0.5,<0.6); python_version >= "2.7" and python_version < "3.0"
Requires-Dist: reproject (>=0.7,<0.8); python_version >= "3.6" and python_version < "4.0"
Requires-Dist: scikit-learn (>=0.20,<0.21)
Requires-Dist: scipy (>=1.2,<2.0); python_version >= "2.7" and python_version < "3.0"
Requires-Dist: scipy (>=1.4,<2.0); python_version >= "3.6" and python_version < "4.0"
Requires-Dist: tables (>=3.2,<4.0)
