Skip to content

Commit

Permalink
fix installation version
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk committed Oct 2, 2024
1 parent b137462 commit 0ee03ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
Binary file modified gui_dev/bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions gui_dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand Down

0 comments on commit 0ee03ed

Please sign in to comment.