TNO Intern

Commit e500f2a2 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Merge branch '79-update-the-dependency-list' into 'main'

Resolve "update the dependency list"

Closes #79

See merge request !94
parents df76f864 05a69af7
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4830,7 +4830,7 @@ packages:
- pypi: ./
  name: pythermogis
  version: 1.2.0
  sha256: 856212b888cdabfc02f91671bfc497c663e84dd8a93f714d845e867811ee2cd3
  sha256: 50c9d857c9314b246b28d7e610647475414c718d839408818aa4f441813b51a7
  requires_dist:
  - jpype1>=1.5.2,<2
  - xarray==2024.9.0.*
@@ -4838,6 +4838,7 @@ packages:
  - pytz>=2024.1,<2025
  - build>=1.2.2.post1,<2
  - pygridsio>=1.0,<2.0
  - python-dotenv>=1.2.1,<2
  requires_python: '>=3.11'
  editable: true
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.3-hf636f53_101_cp313.conda
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ dependencies = [
    "pandas>=2.2.3,<3",
    "pytz>=2024.1,<2025",
    "build>=1.2.2.post1,<2",
    "pygridsio>=1.0,<2.0"]
    "pygridsio>=1.0,<2.0",
    "python-dotenv>=1.2.1,<2"
]


[tool.pytest.ini_options]