Skip to content

Commit

Permalink
allowing pandas in version >=2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondraz committed Nov 14, 2023
1 parent d1bc0e4 commit 971bcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="bulk",
version="0.3.0",
packages=find_packages(),
install_requires=["radicli>=0.0.8,<0.1.0", "bokeh>=2.4.3,<3.0.0", "pandas>=1.0.0,<2.0.0", "wasabi>=0.9.1"],
install_requires=["radicli>=0.0.8,<0.1.0", "bokeh>=2.4.3,<3.0.0", "pandas>=1.0.0", "wasabi>=0.9.1"],
extras_require={
"dev": ["pytest-playwright==0.3.0"],
},
Expand Down

0 comments on commit 971bcae

Please sign in to comment.