diff --git a/gui_dev/bun.lockb b/gui_dev/bun.lockb index ae7d827b..69875fcd 100755 Binary files a/gui_dev/bun.lockb and b/gui_dev/bun.lockb differ diff --git a/gui_dev/package.json b/gui_dev/package.json index 1a1cf43f..14d5e2d8 100644 --- a/gui_dev/package.json +++ b/gui_dev/package.json @@ -27,17 +27,17 @@ "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@eslint/compat": "^1.1.1", - "@vitejs/plugin-react": "^4.3.1", + "@vitejs/plugin-react": "^4.3.2", "@welldone-software/why-did-you-render": "^8.0.3", "babel-plugin-react-compiler": "latest", - "eslint": "^9.10.0", + "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^50.2.3", - "eslint-plugin-react": "^7.36.1", + "eslint-plugin-jsdoc": "^50.3.1", + "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-compiler": "latest", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.12", "prettier": "^3.3.3", - "vite": "^5.4.6" + "vite": "^5.4.8" } } diff --git a/pyproject.toml b/pyproject.toml index c20736da..26b31c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "mne-bids >= 0.8", "mne-connectivity", "mrmr_selection", - "nolds", + "nolds >=0.6.1", "numpy >= 1.21.2", "pandas >= 2.0.0", "scikit-image", @@ -55,13 +55,17 @@ dependencies = [ "statsmodels", "mne-lsl>=1.2.0", "pynput", - "pyqt5", + #"pyqt5", "pydantic>=2.7.3", + "llvmlite>=0.43.0", "pywebview", "fastapi", "uvicorn>=0.30.6", "websockets>=13.0", "seaborn >= 0.11", + # exists only because of nolds? + "numba>=0.60.0", + "cbor2>=5.6.4", ] [project.optional-dependencies]