We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac7185 commit 547ed82Copy full SHA for 547ed82
is-ssl.yml
@@ -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
@@ -1,8 +1,6 @@
-numpy
+numpy~=1.20.3
scikit-learn~=0.24.2
matplotlib~=3.4.3
pandas~=1.3.4
-joblib~=1.1.0
-seaborn~=0.11.2
yagmail~=0.15.277
-tqdm~=4.62.3
+scipy~=1.7.1
0 commit comments