Pydantic-extra-types requires tzdata >=2024.1. This is fine when using Pypi, but on conda-forge, the tzdata version spec follows the official tzdata version naming scheme (2024a rather than 2024.1).
Thus, it is not possible to resolve dependencies for pydantic-extra-types >=2.9 using conda:
╰─▶ Cannot solve the request because of: python 3.12.* cannot be installed because there are no viable options:
└─ python 3.12.0rc3 would require
└─ _python_rc *, for which no candidates were found.
The following packages are incompatible
├─ python 3.12.* can be installed with any of the following options:
│ └─ python 3.12.0 | 3.12.1 | 3.12.1 | 3.12.2 | 3.12.3 | 3.12.4 | 3.12.5 | 3.12.5 would require
│ └─ tzdata *, which can be installed with any of the following options:
│ └─ tzdata 2020a | 2020b | 2020c | 2020d | 2020e | 2020f | 2021a | 2021a | 2021b | 2021c | 2021d | 2021e | 2022a | 2022b | 2022c | 2022d | 2022e | 2022f | 2022g | 2023b | 2023c | 2023d | 2024a
| 2024a | 2024a
└─ pydantic-extra-types ~=2.9 cannot be installed because there are no viable options:
└─ pydantic-extra-types 2.9.0 would constrain
└─ tzdata >=2024.1 , which conflicts with any installable versions previously reported
Pydantic-extra-types requires tzdata >=2024.1. This is fine when using Pypi, but on conda-forge, the tzdata version spec follows the official tzdata version naming scheme (2024a rather than 2024.1).
Thus, it is not possible to resolve dependencies for pydantic-extra-types >=2.9 using conda: