Tests: skip mapnik and tensorflow for Docker-run benchmarks

Maintainance of mapnik seems to have stalled, no ARM64 support
Memory requirements of Tensorflow too high, hangs/crashes on AMD64
This commit is contained in:
Lovell Fuller
2022-12-19 20:04:12 +00:00
parent 15f5cd4671
commit 78dada9126
3 changed files with 15 additions and 8 deletions

View File

@@ -10,7 +10,6 @@
"dependencies": {
"@squoosh/cli": "0.7.2",
"@squoosh/lib": "0.4.0",
"@tensorflow/tfjs-node": "4.1.0",
"async": "3.2.4",
"benchmark": "2.1.4",
"gm": "1.25.0",
@@ -19,6 +18,7 @@
"semver": "7.3.8"
},
"optionalDependencies": {
"@tensorflow/tfjs-node": "4.1.0",
"mapnik": "4.5.9"
},
"license": "Apache-2.0",