We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5c89c commit d2b7846Copy full SHA for d2b7846
2 files changed
package.json
@@ -15,7 +15,7 @@
15
"dependencies": {
16
"@huggingface/hub": "2.4.0",
17
"hightable": "0.18.1",
18
- "hyperparam": "0.3.6",
+ "hyperparam": "0.3.7",
19
"react": "18.3.1",
20
"react-dom": "18.3.1"
21
},
vite.config.ts
@@ -17,6 +17,7 @@ export default defineConfig({
}
optimizeDeps: {
+ // only for dev, not for build
exclude: ["hyperparam"],
- },
22
+ }
23
})
0 commit comments