Skip to content

Commit 3e40850

Browse files
Merge pull request #11 from SUBHADIPMAITI-DEV/SUBHADIPMAITI-DEV-patch-7
Create environment.yml
2 parents 07205b4 + f153a35 commit 3e40850

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

environment.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: my-environment
2+
channels:
3+
- defaults
4+
dependencies:
5+
- python=3.10
6+
- pandas
7+
- numpy
8+
- scikit-learn
9+
- matplotlib
10+
- pip
11+
- pip:
12+
- some-pip-package

0 commit comments

Comments
 (0)