Skip to content

Commit

Permalink
Merge pull request #38 from pyfar/fix_version
Browse files Browse the repository at this point in the history
fix pyfar version to >=0.6.0
  • Loading branch information
mberz authored Oct 20, 2023
2 parents b927c6b + b300000 commit 4243d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ numpydoc
insipid-sphinx-theme
autodocsumm
nbmake
pyfar @ git+https://github.com/pyfar/pyfar@develop
pyfar>=0.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'scipy',
'urllib3',
'matplotlib>=3.3.0',
'pyfar<0.6.0',
'pyfar>=0.6.0',
]

setup_requirements = [
Expand Down

0 comments on commit 4243d0e

Please sign in to comment.