Skip to content

Commit

Permalink
Update dependencies to lower case letters
Browse files Browse the repository at this point in the history
  • Loading branch information
bkloeckl committed Dec 13, 2024
1 parent 60b96eb commit b3240a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies = [
"numpy >= 2.0.0",
"pandas >= 2.2.3",
"pybv >= 0.7.4",
"pyobjc-framework-Cocoa >= 10.0; platform_system=='Darwin'",
"pyobjc-framework-cocoa >= 10.0; platform_system=='darwin'",
"pyxdf >= 1.16.4",
"PySide6 >= 6.7.1",
"pyside6 >= 6.7.1",
"scipy >= 1.14.1",
]

Expand Down

0 comments on commit b3240a5

Please sign in to comment.