Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dython requirement from ~=0.7.8 to ~=0.7.9 in /requirements #2901

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/nominal_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

pandas >1.4.0, <=2.2.3 # cannot pin version due to numpy version incompatibility
dython ==0.7.6 ; python_version <"3.9"
dython ~=0.7.8 ; python_version > "3.8" # we do not use `> =`
dython ~=0.7.9 ; python_version > "3.8" # we do not use `> =`
Borda marked this conversation as resolved.
Show resolved Hide resolved
scipy >1.0.0, <1.15.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <0.15.0
Loading