monocongo / climate_indices

Climate indices for drought monitoring
https://monocongo.github.io/climate_indices/
Other
343 stars 168 forks source link

Update pyproject.toml #536

Open matteodefelice opened 11 months ago

matteodefelice commented 11 months ago

Recent xarray solved an issue that can affect the workflows based on climate indices.

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

monocongo commented 11 months ago

It looks like this dependency update requires us to move up to Python 3.9 as the lowest supported version. Is there a Python 3.8 compatible version of xarray that fixes this issue instead? I'd like to keep Python 3.8 support if possible.