This commit is contained in:
Kernc
2019-08-02 02:11:56 +02:00
parent f84ee3747c
commit 6d9917cf89

View File

@@ -32,7 +32,7 @@ if __name__ == '__main__':
install_requires=[
'typing ; python_version < "3.5"',
'numpy',
'pandas >= 0.21.0',
'pandas >= 0.21.0, < 0.25.0',
'bokeh >= 0.12.15',
],
extras_require={