Quansight-Labs / beni

Generate conda environment.yml from PEP 621 and/or flit config.
MIT License
10 stars 1 forks source link

Name mapping for seaborn #17

Open fbnrst opened 2 years ago

fbnrst commented 2 years ago

While doing a developmental issue for scanpy, I realized an issue with name mapping for the seaborn package: https://github.com/theislab/scanpy/issues/2144

Here: https://raw.githubusercontent.com/regro/cf-graph-countyfair/master/mappings/pypi/name_mapping.yaml seaborn is mapped to the conda package seaborn-split:

- conda_name: seaborn-split
  import_name: seaborn
  mapping_source: regro-bot
  pypi_name: seaborn

However, seaborn-split does not exist as a conda package (https://anaconda.org/search?q=seaborn-split), and the name actually simply is seaborn

saulshanabrook commented 2 years ago

Thanks for opening the issue.

We pull that info from the https://github.com/regro/cf-graph-countyfair repo, I am not sure what the best way is to open an issue to suggest a change there... cc @jaimergp?