Skip to content

Commit

Permalink
Merge branch 'master' into fix_pesq_nan
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Oct 8, 2024
2 parents f83debe + 6226a53 commit e2a1606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ phmdoctest ==1.4.0

psutil ==6.*
pyGithub >2.0.0, <2.5.0
fire ==0.6.*
fire ==0.7.*

cloudpickle >1.3, <=3.0.0
scikit-learn ==1.2.*; python_version < "3.9"
Expand Down
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.7 ; python_version > "3.8" # we do not use `> =`
dython ~=0.7.8 ; python_version > "3.8" # we do not use `> =`
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

0 comments on commit e2a1606

Please sign in to comment.