Pandas 3 has been out for some months and has many nice dtype and API cleanup features, so it would be nice if downstream dependencies were able to adopt it. snakemake in particular is one I'm working on (snakemake/snakemake#4250). Currently my environment solve falls back to eido 0.2.4 which lacks the pandas upper bound, but there's at least one real issue in there -- it seems like the pin was added after that issue surfaced.
Pandas 3 has been out for some months and has many nice dtype and API cleanup features, so it would be nice if downstream dependencies were able to adopt it.
snakemakein particular is one I'm working on (snakemake/snakemake#4250). Currently my environment solve falls back to eido 0.2.4 which lacks the pandas upper bound, but there's at least one real issue in there -- it seems like the pin was added after that issue surfaced.