We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806511d + bb05187 commit ea1d067Copy full SHA for ea1d067
1 file changed
setup.py
@@ -86,7 +86,6 @@ def find_version(*file_paths):
86
'openpyxl>=2.5,<4',
87
'colour>=0.1.5,<0.2',
88
'jsonschema',
89
- 'pandas<2',
90
- "xlrd>=1.0.0,<1.3.0 ; python_version<='3.6'"
+ 'pandas<2'
91
]
92
)
0 commit comments