-
Updated
Dec 17, 2020 - Python
conda
Here are 402 public repositories matching this topic...
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 if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
-
Updated
Dec 22, 2020 - Shell
-
Updated
Dec 14, 2020 - C++
-
Updated
Nov 24, 2020 - Python
-
Updated
Dec 21, 2020 - TypeScript
-
Updated
Dec 22, 2020 - Shell
-
Updated
Dec 14, 2020 - Python
-
Updated
Nov 2, 2020 - Julia
-
Updated
Dec 19, 2020 - Shell
-
Updated
Jun 18, 2020 - Dockerfile
-
Updated
Dec 18, 2020 - Nextflow
-
Updated
Feb 4, 2019 - PowerShell
-
Updated
Dec 7, 2020 - Python
-
Updated
Dec 19, 2020 - HTML
-
Updated
Jun 26, 2019 - Python
-
Updated
Mar 30, 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
Dec 22, 2020 - Jupyter Notebook
-
Updated
Dec 19, 2020 - Python
-
Updated
Dec 18, 2020 - Python
Create Logo
-
Updated
Dec 9, 2020 - 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."
In reading through several of the docs, it wasn't clear how to format
#exportfor the purposes of creating a different external file.It might be nice to here (https://nbdev.fast.ai/export.html#notebook2script) or elsewhere to list some examples for how to add a parameter to
#export