Skip to content

Commit

Permalink
Tests: move mapnik to optional deps
Browse files Browse the repository at this point in the history
It does not currently support ARM64
  • Loading branch information
lovell committed Dec 19, 2022
1 parent 9eb2e94 commit 15f5cd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/bench/package.json
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "node perf && node random && node parallel"
},
"devDependencies": {
"dependencies": {
"@squoosh/cli": "0.7.2",
"@squoosh/lib": "0.4.0",
"@tensorflow/tfjs-node": "4.1.0",
Expand All @@ -16,9 +16,11 @@
"gm": "1.25.0",
"imagemagick": "0.1.3",
"jimp": "0.16.2",
"mapnik": "4.5.9",
"semver": "7.3.8"
},
"optionalDependencies": {
"mapnik": "4.5.9"
},
"license": "Apache-2.0",
"engines": {
"node": "16"
Expand Down

0 comments on commit 15f5cd4

Please sign in to comment.