Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Upgrade numpy to 1.26.4, PyQt5 to 5.15.10.
  • Loading branch information
tlecomte committed May 4, 2024
1 parent 02c5cdb commit 30648e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ def include_dirs(self, dirs):
install_requires = [
"sounddevice==0.4.5",
"rtmixer==0.1.4",
"docutils==0.19",
"numpy==1.24.1",
"PyQt5==5.15.8",
"docutils==0.21.2",
"numpy==1.26.4",
"PyQt5==5.15.10",
"appdirs==1.4.4",
"pyrr==0.10.3",
]

# Cython and numpy are needed when running setup.py, to build extensions
setup_requires=["numpy==1.24.1", "Cython==0.29.33"]
setup_requires=["numpy==1.26.4", "Cython==0.29.33"]

with open(join(dirname(__file__), 'README.rst')) as f:
long_description = f.read()
Expand Down

0 comments on commit 30648e3

Please sign in to comment.