Skip to content

Commit

Permalink
FIX: unpinning major version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruAristimunha committed Sep 27, 2024
1 parent 8e7db25 commit 2873c78
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 @@ -13,10 +13,10 @@ license = "BSD-3-Clause"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
numpy = "^1.22"
numpy = ">=1.22"
scipy = "^1.9.3"
mne = "^1.7.0"
pandas = "^1.5.2"
pandas = ">=1.5.2"
h5py = "^3.10.0"
scikit-learn = ">=1.4.2"
matplotlib = "^3.6.2"
Expand Down

0 comments on commit 2873c78

Please sign in to comment.