Skip to content

Commit

Permalink
check need for pinning 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 8868139 commit f1935fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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'",

# 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 f1935fe

Please sign in to comment.