cylynx / motif.gl

Open source, no-code, network visualization tool for graph analysis and investigation
https://demo.cylynx.io
MIT License
123 stars 12 forks source link

Build: Node Requirement v14 #204

Closed CodesAreHonest closed 3 years ago

CodesAreHonest commented 3 years ago

PR Type

What kind of change does this PR introduce?

Description

Allow node requirementv14 or v16 to import Motif.

Detailed Description

Change node requirement of Motif to allow v14 and v16 node version.

  1. Due to the constraint of nanocolors package, we are unable to use node v15 to import Motif.
  2. Vercel deployment only supports up to node v14.
  3. We will still allow import Motif using v16.

Change the import Motif version in Pymotif from 0.0.5 to 0.0.10.

  1. 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.