Skip to content

Instantly share code, notes, and snippets.

@aseifert
Created March 22, 2022 08:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aseifert/98e5bf290b2a4690d41e614a5cae6595 to your computer and use it in GitHub Desktop.
Save aseifert/98e5bf290b2a4690d41e614a5cae6595 to your computer and use it in GitHub Desktop.
default conda environment
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