Skip to content

Commit

Permalink
fix(deps): pin only from 3.11 onwards
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x committed Sep 19, 2024
1 parent 5577fae commit e9ffb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,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",
# https://github.com/SeitaBV/timely-beliefs/issues/189
"pandas < 2.2.2; python_version >= '3.11'",
# 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 e9ffb4d

Please sign in to comment.