agencyenterprise/neurotechdevkit

`stride` depends on `dash`, which specifies a conflicting `flask<2.3.0` from our web app

Opened this issue · 0 comments

          Worth noting that `stride` depends on `dash` (https://github.com/trustimaging/stride/blob/master/requirements.txt#L6), which specifies `flask<2.3.0`. This version spec conflicts with what is specified here, so I got some warnings:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dash 2.13.0 requires Flask<2.3.0,>=1.0.4, but you have flask 2.3.3 which is incompatible

Originally posted by @charlesincharge in #144 (comment)