Skip to content

Commit 720d46a

Browse files
authored
Restrict to pyfar versions <0.8.0 (#162)
### Changes proposed in this pull request: - Required due to channel handling changes in pyfar 0.8.0 which do not play well with pyrato < 1.0.0 - **NOTE** This is for the patch release of 0.4.2
1 parent 598a00a commit 720d46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
]
2828
dependencies = [
29-
'pyfar>=0.5.0',
29+
'pyfar>=0.5.0,<0.8.0',
3030
'numpy>=1.14.0',
3131
'scipy>=1.5.0',
3232
'matplotlib',

0 commit comments

Comments
 (0)