wetterdienst icon indicating copy to clipboard operation
wetterdienst copied to clipboard

Upgrade dependencies issues

Open guidocioni opened this issue 6 months ago • 8 comments

Hey guys :)

I get another weird environment issue and I cannot narrow down the dependency causing it. Today I was trying to install xclim in my environment and, for some reason, conda wants me to downgrade to wetterdienst 0.49.0.

Can you see what is the reason of the conflict? I got lost in all the updates: is pandas still allowed as an optional dependency?

Pinned packages:
  - python 3.12.*
 
  Updating specs:
   - xclim
   - ca-certificates
   - certifi
   - openssl

  Package               Version  Build            Channel           Size
──────────────────────────────────────────────────────────────────────────
  Install:
──────────────────────────────────────────────────────────────────────────

  + regex             2024.7.24  py312hbd25219_0  conda-forge      367kB
  + tzlocal                 5.2  py312hb401068_0  conda-forge       41kB
  + h3-py                 3.7.7  py312hede676d_0  conda-forge      335kB
  + libllvm14            14.0.6  hc8e404f_4       conda-forge       22MB
  + timezonefinder        6.5.2  py312hbd25219_0  conda-forge       40MB
  + llvmlite             0.43.0  py312hdeb90da_0  conda-forge      373kB
  + numba                0.60.0  py312hc3b515d_0  conda-forge        6MB
  + requests-ftp          0.3.1  py_1             conda-forge       11kB
  + boltons              24.0.0  pyhd8ed1ab_0     conda-forge     Cached
  + cf_xarray             0.9.4  pyhd8ed1ab_0     conda-forge       59kB
  + filelock             3.15.4  pyhd8ed1ab_0     conda-forge       18kB
  + jsonpickle            3.2.2  pyhd8ed1ab_0     conda-forge       40kB
  + yamale                5.2.1  pyhca7485f_0     conda-forge       46kB
  + appdirs               1.4.4  pyh9f0ad1d_0     conda-forge       13kB
  + pypdf2               2.11.1  pyhd8ed1ab_0     conda-forge      179kB
  + dataclass-wizard     0.22.3  pyhd8ed1ab_0     conda-forge       74kB
  + dateparser            1.2.0  pyhd8ed1ab_0     conda-forge      173kB
  + xclim                0.52.0  pyhd8ed1ab_0     conda-forge      717kB

  Upgrade:
──────────────────────────────────────────────────────────────────────────

  - pandas                2.1.4  py312haf8ecfc_0  conda-forge     Cached
  + pandas                2.2.2  py312h1171441_1  conda-forge       15MB

  Downgrade:
──────────────────────────────────────────────────────────────────────────

  - wetterdienst         0.94.0  pyhd8ed1ab_0     conda-forge     Cached
  + wetterdienst         0.49.0  pyhd8ed1ab_0     conda-forge      139kB

  Summary:

  Install: 18 packages
  Upgrade: 1 packages
  Downgrade: 1 packages

  Total download: 86MB

guidocioni avatar Aug 14 '24 06:08 guidocioni