Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin skorch version to below 0.14 #465

Merged
merged 3 commits into from Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/whats_new.rst
Expand Up @@ -26,6 +26,7 @@ Enhancements
Bugs
~~~~
- Fix padding's device in :class:`braindecode.models.EEGResNet` (:gh:`451` by `Pierre Guetschel`_)
- Fix skorch version issue (:gh:`465` by `Marco Zamboni`_)

API changes
~~~~~~~~~~~
Expand Down Expand Up @@ -191,3 +192,4 @@ Authors
.. _Denis A. Engemann: https://github.com/dengemann
.. _Oskar Størmer: https://github.com/ostormer
.. _Matthieu Terris: https://github.com/matthieutrs
.. _Marco Zamboni: https://github.com/ZamboniMarco99
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pytorch
- pytest
- pip
- skorch
- skorch<0.14
- joblib
- memory_profiler
- pip:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,6 +3,6 @@ pandas
scipy
matplotlib
h5py
skorch
skorch<0.14
joblib
mne