agencyenterprise / neurotechdevkit

Neurotech Development Kit (NDK)
https://agencyenterprise.github.io/neurotechdevkit/
Apache License 2.0
117 stars 10 forks source link

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

Open charlesbmi opened 1 year ago

charlesbmi commented 1 year ago
          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 https://github.com/agencyenterprise/neurotechdevkit/pull/144#discussion_r1309291275_