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 de35b99 commit 355fdc3Copy full SHA for 355fdc3
requirements.txt
@@ -5,6 +5,6 @@ tqdm==4.43.0
5
matplotlib==3.2.1
6
XlsxWriter==1.2.8
7
ibm-watson==5.1.0
8
-numpy==1.20.3
+numpy==1.21.0
9
requests==2.25.1
10
scikit-learn>=0.21.3
setup.py
@@ -50,7 +50,7 @@
50
'matplotlib==3.2.1',
51
'XlsxWriter==1.2.8',
52
'ibm-watson==5.1.0',
53
- 'numpy==1.20.3',
+ 'numpy==1.21.0',
54
'requests==2.25.1'
55
],
56
0 commit comments