opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
125 stars 26 forks source link

Allow latest pandas version in setup.cfg #628

Open matthiaskoenig opened 5 years ago

matthiaskoenig commented 5 years ago

When installing memote pandas is downgraded. Please make sure memote works with latest pandas version, i.e. change:

pandas >=0.20.1,<0.24

to

pandas >=0.20.1
matthiaskoenig commented 5 years ago

Same issues with other dependencies. if possible remove all <= and < from the dependencies which make it very hard to work with memote in combination with other libraries and will create issues down the road. E.g. pinning an encryption library to a low version is just asking for trouble

travis-encrypt<1.2.0
Midnighter commented 5 years ago

We only pin dependencies when necessary, i.e., newer versions contain breaking API changes that we weren't able to adapt memote to yet.