Skip to content

[FIX] requirements-core.txt: Raise minimum pandas version to 2.0.*#7203

Merged
markotoplak merged 1 commit intobiolab:masterfrom
ales-erjavec:raise-min-pandas-dep
Nov 21, 2025
Merged

[FIX] requirements-core.txt: Raise minimum pandas version to 2.0.*#7203
markotoplak merged 1 commit intobiolab:masterfrom
ales-erjavec:raise-min-pandas-dep

Conversation

@ales-erjavec
Copy link
Contributor

Issue

Orange.widgets.data.tests.test_oweditdomain.TestReinterpretTransforms.test_reinterpret_string is failing on oldest test since #7182 or rather would have failed if the tests were actually run.

It fails because guess_datetime_format("2010") does not infer %Y format prior to 2.0

Description of changes

Raise pandas requirement to 2.0.1

Includes
  • Code changes
  • Tests
  • Documentation

guess_datetime_format("2010") (which is used in tests) does not
infer %Y format prior to 2.0
@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.92%. Comparing base (cd252e3) to head (756a44f).
⚠️ Report is 92 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7203   +/-   ##
=======================================
  Coverage   88.92%   88.92%           
=======================================
  Files         335      335           
  Lines       74191    74191           
=======================================
+ Hits        65972    65975    +3     
+ Misses       8219     8216    -3     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@markotoplak markotoplak merged commit 37bced8 into biolab:master Nov 21, 2025
25 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants