fwitte / fluprodia

Fluid property diagrams
https://fluprodia.readthedocs.io
MIT License
27 stars 2 forks source link

Successful Build ARM64 Android Termux #5

Closed defencedog closed 2 years ago

defencedog commented 2 years ago

Using Python 3.9 Modified setup.py to versions currently installed in my python

python_requires='>=3.9',
    install_requires=[
        'CoolProp>=6.4,<7',
        'matplotlib==3.6.0',
        'numpy==1.23.4'
    ]

& modified pyproject.toml

requires = [
    "setuptools==58.1.0",
    "wheel",
    "setuptools_scm==7.0.5",
]
fwitte commented 2 years ago

Hi @defencedog,

took me longer than expected, upper version limit should be removed and is available via PyPI: https://pypi.org/project/fluprodia/.

Best

Francesco