Created
March 22, 2022 08:22
-
-
Save aseifert/98e5bf290b2a4690d41e614a5cae6595 to your computer and use it in GitHub Desktop.
default conda environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channels: | |
- conda-forge | |
dependencies: | |
- python=3 | |
- pip | |
# python libs | |
- pytest | |
- flake8 | |
- black | |
- isort | |
- requests | |
- fire | |
- lxml | |
- hickle | |
- fastapi | |
- uvicorn | |
- hydra-core | |
- loguru | |
- icecream | |
- numpy | |
- pandas | |
- scikit-learn | |
- nltk | |
- streamlit | |
- spacy | |
- pytorch | |
- sentencepiece | |
- sentence-transformers | |
- fastai::fastai | |
- huggingface::transformers | |
- huggingface::datasets | |
- huggingface::tokenizers | |
# notebook stuff | |
- jupyterlab | |
- ipywidgets | |
- "nbclassic>=0.2.8" # fixes https://github.com/jupyterlab/jupyterlab/issues/10228 | |
- jupyter_nbextensions_configurator | |
- jupyterlab_code_formatter | |
# tools | |
# - qpdf | |
# - jq | |
# - ripgrep | |
# - bat | |
- gh | |
- just | |
- pip: | |
- pyforest | |
- selectolax | |
- simpletransformers | |
# - tensorflow | |
# - tensorflow-hub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment