Skip to content

Commit 547ed82

Browse files
Updated requeriments.txt and added Conda Environment config file #162
1 parent 9ac7185 commit 547ed82

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

is-ssl.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: IS-SSL
2+
channels:
3+
- conda-forge
4+
- default
5+
dependencies:
6+
- numpy=1.20.3
7+
- scikit-learn=0.24.2
8+
- matplotlib=3.4.3
9+
- pandas=1.3.4
10+
- yagmail=0.15.277
11+
- scipy~=1.7.1

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
numpy
1+
numpy~=1.20.3
22
scikit-learn~=0.24.2
33
matplotlib~=3.4.3
44
pandas~=1.3.4
5-
joblib~=1.1.0
6-
seaborn~=0.11.2
75
yagmail~=0.15.277
8-
tqdm~=4.62.3
6+
scipy~=1.7.1

0 commit comments

Comments
 (0)