Change node requirement of Motif to allow v14 and v16 node version.
Change the import Motif version in Pymotif from 0.0.5 to 0.0.10.
Detailed Description
Change node requirement of Motif to allow v14 and v16 node version.
Due to the constraint of nanocolors package, we are unable to use node v15 to import Motif.
Vercel deployment only supports up to node v14.
We will still allow import Motif using v16.
Change the import Motif version in Pymotif from 0.0.5 to 0.0.10.
The version 0.0.5 has a node requirement of >=15.14, which is conflicting with the node requirements during development. Thus we will need to upgrade the dependencies of pymotif to prevent incompatible node engine occurs.
PR Type
What kind of change does this PR introduce?
Description
Allow node requirement
v14
orv16
to import Motif.Detailed Description
Change node requirement of Motif to allow v14 and v16 node version.
nanocolors
package, we are unable to use node v15 to import Motif.Change the import Motif version in Pymotif from 0.0.5 to 0.0.10.
>=15.14
, which is conflicting with the node requirements during development. Thus we will need to upgrade the dependencies of pymotif to prevent incompatible node engine occurs.