HEPCloud / decisionengine_modules

Apache License 2.0
2 stars 19 forks source link

Pandas and sqlalchemy version locks in the decisionengine_modules dependencies #501

Open StevenCTimm opened 3 months ago

StevenCTimm commented 3 months ago

Dependencies of DE 2.0 require pandas 1.5.3 and sqlalchemy 1.4.51 respectively.

Major versions of both of these now are > 2

Should check the dependency declarations, and test, and see if we can move up.