Skip to content

Instantly share code, notes, and snippets.

@DocMinus
Created May 4, 2021 09:02
Show Gist options
  • Save DocMinus/eb560bdc50ca5c7c97d5294fff9c5cca to your computer and use it in GitHub Desktop.
Save DocMinus/eb560bdc50ca5c7c97d5294fff9c5cca to your computer and use it in GitHub Desktop.
Allround conda chemistry centric ML & AI environment
name: allround
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- python=3.8
- anaconda
- pip
- tensorflow-gpu
- keras-gpu
- scikit-learn
- pytorch-gpu
- black
- conda-forge::rdkit=2021.03.1
- mordred
- notebook
- nb_conda_kernels
- jupyter_contrib_nbextensions
- matplotlib
- xgboost
- seaborn
- py3dmol
- pip:
- git+https://github.com/DocMinus/chem-rdf-fixer.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment