Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/chore/upgrade-depen…
Browse files Browse the repository at this point in the history
…dencies' into fix/unpin-pandas<2.2.2

# Conflicts:
#	pyproject.toml
  • Loading branch information
Flix6x committed Sep 19, 2024
2 parents a6fba02 + e9ffb4d commit 0640c23
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 @@ -52,7 +52,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'",
# https://github.com/SeitaBV/timely-beliefs/issues/177
# 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'",
Expand Down

0 comments on commit 0640c23

Please sign in to comment.