Skip to content

Commit

Permalink
Add environment.yml for scientific Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunwooLee955 authored Jan 24, 2025
1 parent 04d2b29 commit 45d4dfb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: scientific-python-env

dependencies:
- python >= 3.9
- jupyterlab
- numpy
- scipy
- matplotlib
- pandas
- statsmodels
- seaborn
- sympy
- scikit-learn
- scikit-image

0 comments on commit 45d4dfb

Please sign in to comment.