Skip to content

Instantly share code, notes, and snippets.

@actsasgeek
Last active January 15, 2024 17:38
Show Gist options
  • Save actsasgeek/5a384af2c7fd7b4c782a3f2b4bc2fdc4 to your computer and use it in GitHub Desktop.
Save actsasgeek/5a384af2c7fd7b4c782a3f2b4bc2fdc4 to your computer and use it in GitHub Desktop.
Anaconda environment for EN685.648
name: en685648
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- scipy
- matplotlib
- tabulate
- pandas
- xlrd
- seaborn
- scikit-learn
- statsmodels
- beautifulsoup4
- jupyter
- jupyterlab
- ipython
- ipykernel
- python-duckdb=0.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment