NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
14 stars 6 forks source link

Adding flask dependency with explicit version so that pcluster import… #204

Closed hahnd closed 1 year ago

hahnd commented 1 year ago

…s in the API does not fail.

Workaround for bug detailed in #203

When you run pip3 install python/src, you should have Flask-2.2.3 installed rather than Flask-2.3.2.

pip3 list | grep Flask

Expected Differences

Pull Request Testing

Pull Request Checklist