Skip to content

Commit

Permalink
chore: unpin pandas for 3.11 and higher
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 5d5977a commit c574364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/3.11/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ importlib-metadata==8.5.0
# via timely-beliefs (setup.py)
isodate==0.6.1
# via timely-beliefs (setup.py)
numpy==1.26.4 ; python_version > "3.7"
numpy==2.1.1 ; python_version > "3.7"
# via
# pandas
# properscoring
# scipy
# timely-beliefs (setup.py)
openturns==1.23
# via timely-beliefs (setup.py)
pandas==2.2.1 ; python_version > "3.7"
pandas==2.2.2 ; python_version > "3.7"
# via timely-beliefs (setup.py)
properscoring==0.1
# via timely-beliefs (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
# 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",
"pandas < 2.2.2; python_version <= '3.10'",
# 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 c574364

Please sign in to comment.