Skip to content

Commit

Permalink
FIX: unpinning major version pandas and numpy (#652)
Browse files Browse the repository at this point in the history
* FIX: unpinning major version

* DOC: updating whats_new.rst
  • Loading branch information
bruAristimunha authored Sep 27, 2024
1 parent 40c22a3 commit ca79b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Bugs
~~~~

- Fix Stieger2021 dataset bugs (:gh:`651` by `Martin Wimpff`_)
- Unpinning major version Scikit-learn and numpy (:gh:`652` by `Bruno Aristimunha`_)

API changes
~~~~~~~~~~~
Expand Down Expand Up @@ -463,6 +464,7 @@ Bugs
API changes
~~~~~~~~~~~
- None
.. _Martin Wimpff: https://github.com/martinwimpff
.. _Reinmar Kobler: https://github.com/rkobler
.. _Gabriel Schwartz: https://github.com/Kaos9001
.. _Sara Sedlar: https://github.com/Sara04
Expand Down
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 ca79b90

Please sign in to comment.