Skip to content

Commit 289ff0b

Browse files
Merge pull request #10 from cgq-qgc/pin_numpy_pandas
PR: Pin numpy to the 1.16 series and pandas to the 0.25
2 parents da3be33 + b50a8e0 commit 289ff0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ qtawesome == 0.7.*
44
xlsxwriter
55
xlrd
66
xlwt
7-
numpy>1.14
7+
numpy == 1.16.*
8+
pandas == 0.25.*
89
requests
9-
pandas

0 commit comments

Comments
 (0)