Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update pandas requirement
  • Loading branch information
louadi authored Nov 20, 2021
1 parent 22b8db4 commit ba7ec19
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 @@ -29,7 +29,7 @@
include_package_data=True,
python_requires='>=3.6',
install_requires=[
'pandas>=1.1.0',
'pandas>=1.3.0',
'numpy>= 1.19',
'networkx>=2.5',
'plotly>=4.14.3',
Expand Down

0 comments on commit ba7ec19

Please sign in to comment.