Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit da6b399

Browse files
authored
Merge pull request #133 from bretttegartms/pandas-version-fix
Changing requirements.txt to reflect Pandas dropping py34
2 parents ba6e3cb + fa28e08 commit da6b399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jsonschema>=2.5,<3
1515
ldap3>=2.3,<3
1616
netifaces>=0.10,<0.11
1717
Numpy>=1.13,<2
18-
pandas>=0.19,<1
18+
pandas>=0.19,<0.21
1919
parse>=1.8,<2
2020
prettytable>=0.7,<1
2121
psutil>=4.2,<5

0 commit comments

Comments
 (0)