Skip to content

Commit

Permalink
Merge branch 'main' into feature/search-latest-belief-fasttrack
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoening committed May 12, 2024
2 parents 966dba8 + c0088e8 commit 2035107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ entrypoints==0.3
# via altair
isodate==0.6.0
# via timely-beliefs (setup.py)
jinja2==3.1.3
jinja2==3.1.4
# via altair
jsonschema==3.2.0
# via altair
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +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 2035107

Please sign in to comment.