Skip to content

Commit

Permalink
Merge branch 'develop' into fix/torchaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 authored Jun 28, 2024
2 parents 28e0403 + 1b1bf73 commit 271845e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.20.2
numpy>=1.20.2,<2.0.0
matplotlib>=3.3.3,<3.6.0
rx>=3.2.0
scipy>=1.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package_dir=
=src
packages=find:
install_requires=
numpy>=1.20.2
numpy>=1.20.2,<2.0.0
matplotlib>=3.3.3,<3.6.0
rx>=3.2.0
scipy>=1.6.0
Expand Down

0 comments on commit 271845e

Please sign in to comment.