jupyterlab-spreadsheet-editor icon indicating copy to clipboard operation
jupyterlab-spreadsheet-editor copied to clipboard

Add this package to conda-forge

Open drhagen opened this issue 2 years ago • 3 comments
trafficstars

Is your feature request related to a problem? Please describe.

Would it be possible to add this package to conda-forge? conda-lock cannot lock this package because it is not in conda-forge but still depends on jupyterlab, which is in conda-forge. See this question on StackOverflow showing this particular failure. When these kinds of problems occur, the maintainers of conda-forge recommend this solution.

Describe the solution you'd like

The latest version of this package is contributed to conda-forge.

Describe alternatives you've considered

There are some workarounds, all with drawbacks:

  • Abandon conda-forge, locking on PyPI with Poetry only
  • Abandon conda-lock, accepting that conda install will install different packages over time
  • Manually edit the conda lock file to remove the offending pip packages

Additional context

  • Python package version: 0.6.1
  • Extension version: 0.6.1
  • Operating System and its version: Ubuntu 20.04

drhagen avatar Mar 01 '23 18:03 drhagen