Metadata-Version: 2.1
Name: pvtpy
Version: 0.1.4
Summary: Oil&Gas PVT Tool
License: MIT
Author: scuervo
Author-email: scuervo91@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: matplotlib (>=3.4.2,<4.0.0)
Requires-Dist: numpy (>=1.24.4,<2.0.0)
Requires-Dist: openpyxl (>=3.0.7,<4.0.0)
Requires-Dist: pandas (==2.0.3)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: scipy (<1.9.0) ; python_version < "3.10"
Requires-Dist: scipy (>=1.9.0,<2.0.0) ; python_version >= "3.10" and python_version < "4.0"
Requires-Dist: seaborn (>=0.13.0,<0.14.0)
Requires-Dist: statsmodels (>=0.14.0,<0.15.0)
