Skip to content

Commit

Permalink
pandas requires python >=3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Oct 6, 2021
1 parent d4d0964 commit 4061998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pandas = "~1.3.3"
peigen = {version = "~0.0.9", optional = true}
proxmin = {version = "~0.6.11", optional = true}
pybind11 = {version = "~2.7.0", optional = true}
python = ">= 3.7.0, < 3.9.0"
python = ">= 3.7.1, < 3.9.0"
scikit-image = "~0.18.3"
scipy = "~1.6.1"
seaborn = "~0.11.2"
Expand Down

0 comments on commit 4061998

Please sign in to comment.