Skip to content

Commit

Permalink
Allow pandas~=2.0.0 to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirschfeld authored Jun 5, 2023
1 parent 22430d1 commit ee6c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/perspective/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ipywidgets>=7.5.1,<9",
"future>=0.16.0,<1",
"numpy>=1.21.6,<2",
"pandas>=0.22.0,<2",
"pandas>=0.22.0,<2.1",
"python-dateutil>=2.8.0,<3",
"traitlets>=4.3.2,<6",
]
Expand Down

0 comments on commit ee6c0a6

Please sign in to comment.