Last active
January 15, 2024 17:38
-
-
Save actsasgeek/5a384af2c7fd7b4c782a3f2b4bc2fdc4 to your computer and use it in GitHub Desktop.
Anaconda environment for EN685.648
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
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