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 d1941ad commit 9ccbd2aCopy full SHA for 9ccbd2a
setup.py
@@ -16,7 +16,7 @@
16
long_description_content_type="text/markdown",
17
url="https://simvue.io",
18
platforms=["any"],
19
- install_requires=["dill", "requests", "msgpack", "tenacity", "pyjwt", "psutil", "pydantic", "plotly"],
+ install_requires=["dill", "requests", "msgpack", "tenacity", "pandas", "pyjwt", "psutil", "pydantic", "plotly"],
20
package_dir={'': '.'},
21
packages=["simvue"],
22
package_data={"": ["README.md"]},
0 commit comments