-
Updated
Sep 30, 2020 - Python
conda
Here are 371 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Jupyter Notebook
-
Updated
Sep 30, 2020 - Shell
-
Updated
Sep 23, 2020 - C++
-
Updated
Apr 15, 2020 - Python
-
Updated
Sep 20, 2020 - Shell
This way we can keep track of something that may be breaking the action (updates on conda, mamba etc.)
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 9, 2020 - Julia
-
Updated
Jun 18, 2020 - Dockerfile
-
Updated
Sep 17, 2020 - Shell
-
Updated
Feb 4, 2019 - PowerShell
-
Updated
Jun 26, 2019 - Python
-
Updated
Sep 30, 2020 - Nextflow
-
Updated
Mar 30, 2020 - Python
-
Updated
Sep 25, 2020 - HTML
-
Updated
Sep 11, 2020 - Python
Describe the bug
As far as I can tell, sometimes (or always) stuff marked 'extra' is imported on tests, but stripped when processing requirements.
To Reproduce
do grayskull pypi eth-abi
Expected behavior
A recipe with the right imports and requirements.
Environment:
- grayskull --version = 0.7.3
Additional context
url https://pypi.org/project/eth-abi/
-
Updated
Sep 16, 2020 - Jupyter Notebook
Create Logo
-
Updated
Mar 18, 2020 - Python
-
Updated
Jun 20, 2017 - Python
Improve this page
Add a description, image, and links to the conda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conda topic, visit your repo's landing page and select "manage topics."
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?