Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergree committed Apr 13, 2022
1 parent 7e25fe6 commit c5ea199
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 33 deletions.
10 changes: 5 additions & 5 deletions matchering/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
Audio Matching and Mastering Python Library
:copyright: (C) 2016-2021 Sergree
:copyright: (C) 2016-2022 Sergree
:license: GPLv3, see LICENSE for more details.
"""

__title__ = "matchering"

__author__ = "Sergree"
__credits__ = ["Sergey Grishakov", "Igor Isaev", "Chin Yun Yu", "Elizaveta Grishakova"]
__credits__ = ["Sergey Grishakov", "Igor Isaev", "Chin Yun Yu", "Elizaveta Grishakova", "Zicklag"]
__maintainer__ = "Sergree"
__email__ = "wokashi.rg@gmail.com"
__email__ = "sergree@vk.com"
__license__ = "GPLv3"
__copyright__ = "Copyright (C) 2016-2021 Sergree"
__copyright__ = "Copyright (C) 2016-2022 Sergree"

__version__ = "2.0.3"
__version__ = "2.0.4"

from .log.handlers import set_handlers as log
from .results import Result, pcm16, pcm24
Expand Down
2 changes: 1 addition & 1 deletion matchering/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/dsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/limiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Internal Matchering brickwall limiter based on the use of time constant and Butterworth filters with sliding Windows.
:copyright: (C) 2016-2021 Sergree
:copyright: (C) 2016-2022 Sergree
:license: GPLv3, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion matchering/limiter/hyrax.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/log/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Internal Matchering logging module that can be bound to any text stream.
:copyright: (C) 2016-2021 Sergree
:copyright: (C) 2016-2022 Sergree
:license: GPLv3, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion matchering/log/codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/log/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/log/explanations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/log/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/preview_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/stage_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Internal Matchering processing stage helpers.
:copyright: (C) 2016-2021 Sergree
:copyright: (C) 2016-2022 Sergree
:license: GPLv3, see LICENSE for more details.
"""
Expand Down
2 changes: 1 addition & 1 deletion matchering/stage_helpers/match_frequencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/stage_helpers/match_levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion matchering/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""
Matchering - Audio Matching and Mastering Python Library
Copyright (C) 2016-2021 Sergree
Copyright (C) 2016-2022 Sergree
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.19.0
scipy>=1.3.0
numpy>=1.21.6,<1.22
scipy>=1.8.0
soundfile>=0.10.3.post1
resampy>=0.2.2
statsmodels>=0.12.0
statsmodels>=0.13.2
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

setup(
name="matchering",
version="2.0.3",
version="2.0.4",
author="Sergree",
author_email="wokashi.rg@gmail.com",
author_email="sergree@vk.com",
description="Audio Matching and Mastering Python Library",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -21,10 +21,9 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
Expand All @@ -39,5 +38,5 @@
"Topic :: Multimedia :: Sound/Audio :: Conversion",
"Topic :: Utilities",
],
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit c5ea199

Please sign in to comment.