biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Remove pandas<2 constraint #241

Closed PrimozGodec closed 7 months ago

PrimozGodec commented 7 months ago
Issue

Addon still has pandas<2 pinned.

Description of changes

Unpin pandas<2 and require Orange>=3.35 (since <3.35 doesn't work with Pnandas 2)

Includes
codecov[bot] commented 7 months ago

Codecov Report

Merging #241 (43ebc01) into master (6cb04a6) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #241 +/- ## ======================================= Coverage 72.97% 72.97% ======================================= Files 18 18 Lines 2875 2875 Branches 402 402 ======================================= Hits 2098 2098 Misses 664 664 Partials 113 113 ```