Skip to content

Instantly share code, notes, and snippets.

@ankona
Last active May 21, 2021 03:34
Show Gist options
  • Save ankona/9d8b3cf5b0ed8947bd8ef040decbc955 to your computer and use it in GitHub Desktop.
Save ankona/9d8b3cf5b0ed8947bd8ef040decbc955 to your computer and use it in GitHub Desktop.
Conda Env Config For CS7280
# Execute using: conda env create -f CS7280.yml
name: CS7280
dependencies:
- python=3.9.5
- matplotlib=3.3.4
- numpy=1.20.2
- scipy=1.6.2
- networkx=2.5.1
- seaborn=0.11.1
- conda-forge::nb_conda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment