Skip to content

Commit

Permalink
Bump minimum pandas version to 1.4.0
Browse files Browse the repository at this point in the history
Earlier versions have a bug that prevented augur.io.read_metadata from
properly setting the index column's data type.

<#925>
  • Loading branch information
victorlin committed Jan 11, 2025
1 parent 871a3c2 commit 0e9bcab
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 @@ -61,7 +61,7 @@
"networkx >= 2.5, <4",
"numpy ==1.*",
"packaging >=19.2",
"pandas >=1.0.0, <3",
"pandas >=1.4.0, <3",
"phylo-treetime >=0.11.2, <0.12",
"pyfastx >=1.0.0, <3.0",
"python_calamine >=0.2.0",
Expand Down

0 comments on commit 0e9bcab

Please sign in to comment.