-
Updated
Aug 12, 2021 - Python
#
conda
Here are 501 public repositories matching this topic...
OS-agnostic, system-level binary package manager and ecosystem
Create delightful python projects using Jupyter Notebooks
python
jupyter
pypi
documentation-tool
conda
developer-tools
literate-programming
jupyter-notebooks
python-modules
fastai
documentation-generator
nbdev
-
Updated
Aug 13, 2021 - Jupyter Notebook
python
testing
docker
security
pypi
poetry
dependency-graph
conda
versioning
project-management
pip
release
pipfile
dependencies
venv
wheels
license-management
dependency-resolution
pipenv
flit
-
Updated
Jan 11, 2021 - Python
Conda recipes for the bioconda channel.
-
Updated
Aug 13, 2021 - Shell
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
python
c-plus-plus
robotics
kinematics
dynamics
automatic-differentiation
conda
motion-planning
ros
code-generation
urdf
rigid-body-dynamics
cppad
fcl
casadi
analytical-derivatives
pinocchio
-
Updated
Aug 12, 2021 - C++
Algebraic Multigrid Solvers in Python
-
Updated
Aug 12, 2021 - Python
refactoring
python
debugging
formatter
awesome
linter
sphinx
conda
mkdocs
pytest
pip
developer-tools
flake8
awesome-list
pylint
linters
best-of
style-checkers
python-devtools
best-of-list
-
Updated
Aug 12, 2021 - Python
Commands and tools for building conda packages
-
Updated
Aug 6, 2021 - Python
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is based on various efficient Differential Dynamic Programming (DDP)-like algorithms
robotics
conda
motion-planning
ros
code-generation
optimal-control
differential-dynamic-programming
legged-robotics
model-predictive-control
crocoddyl
-
Updated
Aug 12, 2021 - C++
Set up your GitHub Actions workflow with conda via miniconda
python
package-manager
package
environment
typescript
anaconda
actions
conda
yml
dependencies
miniconda
github-actions
setup-miniconda
-
Updated
Aug 11, 2021 - TypeScript
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
git
macos
zsh
osx
async
asynchronous
prompt
conda
zsh-theme
virtualenv
cygwin
msys2
macintosh
zsh-prompt
git-prompt
catalina
-
Updated
May 8, 2021 - Shell
Conda environment and package management extension from within Jupyter
-
Updated
Aug 13, 2021 - TypeScript
Docker images for fastai
-
Updated
Jul 2, 2021 - Shell
Analysis pipeline to detect germline or somatic variants (pre-processing, variant calling and annotation) from WGS / targeted sequencing
docker
workflow
bioinformatics
pipeline
annotation
genomics
nextflow
cancer
reproducible-research
containers
conda
next-generation-sequencing
singularity
reproducible-science
variant-calling
somatic
germline
pre-processing
nf-core
gatk4
-
Updated
Aug 6, 2021 - Nextflow
Deep Learning project template best practices with Pytorch Lightning, Hydra, Tensorboard.
-
Updated
Mar 12, 2021 - Python
Conda managing Julia binary dependencies
-
Updated
May 12, 2021 - Julia
The fast conda package builder, based on mamba
-
Updated
Aug 12, 2021 - Python
A flexible pipeline for complete analysis of bacterial genomes
-
Updated
Aug 12, 2021 - HTML
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)
-
Updated
Jul 18, 2021 - Dockerfile
A conda tool to work with multiple projects in development mode.
-
Updated
Dec 7, 2020 - Python
Implementation of Conda's activate/deactivate functions in Powershell.
-
Updated
Feb 4, 2019 - PowerShell
step21
commented
Aug 27, 2020
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/
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."
@fcakyon I have trained and YOLOV4 model using AlexyAB's repo and I have generated a weight file for my custom dataset which was sliced using your repo. Now I want to check the test results for predicted YOLOV4 results. How can I integrate YOLOV4 weight file to your test folder so that I can use the YOLOV4 like you have used the YOLOV5 model which was from from ultralytics repo.