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

[FIX] Constraint pandas to <2.1 #234

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
Issue

Orange<=3.35 doesn't support Pandas>=2.1. In case the user has this Orange version, Pandas should be <2.1

Description of changes

Temporarily set Pandas version constraint Remove urllib3 version constraint with is not required anymore

Includes