Skip to content

Commit

Permalink
fix: pin Pandas
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed May 7, 2024
1 parent f1935fe commit 57f2688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dependencies = [
"pandas >= 1.1.5, < 1.3; python_version == '3.7'",
# https://github.com/SeitaBV/timely-beliefs/issues/148
"pandas >= 1.4.0, != 2.1.0, !=2.1.1; python_version > '3.7'",

# https://github.com/SeitaBV/timely-beliefs/issues/177
"pandas < 2.2.2",
# scipy's setup requires minimal Python versions
"scipy<1.6; python_version <= '3.6'",
"scipy<1.8; python_version <= '3.7'",
Expand Down

0 comments on commit 57f2688

Please sign in to comment.