opencobra / cobrapy

COBRApy is a package for constraint-based modeling of metabolic networks.
http://opencobra.github.io/cobrapy/
GNU General Public License v2.0
455 stars 211 forks source link

upgrading dependency to allow pandas>=2.0 #1362

Closed eladnoor closed 8 months ago

eladnoor commented 8 months ago

Now the requirement is pandas~=1.0 which is already a problem on python 3.12 (there are no wheels for pandas==1.5.3). Changing to pandas>=1.0, or pandas~=2.0 would solve it.

Midnighter commented 8 months ago

That's a good point. I don't think the pandas API relevant to cobrapy has changed at all. So hopefully just changing the version modifier should be enough.