TNO Intern

Commit 8d5fa30b authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Update the dependencies that are shipped with the pythermogis .whl file

parent 604d5c15
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -17,11 +17,9 @@ requires-python = ">=3.11"
dependencies = [
    "jpype1>=1.5.2,<2",
    "xarray==2024.9.0.*",
    "pandas>=2.2.3,<3",
    "pytz>=2024.1,<2025",
    "build>=1.2.2.post1,<2",
    "pygridsio>=1.0,<2.0",
    "python-dotenv>=1.2.1,<2"
    "python-dotenv>=1.2.1,<2",
    "dask>=2025.5.1,<2026"
]