From cf82164d4dfb7741798fc945e28dd52b6232f99d Mon Sep 17 00:00:00 2001 From: Raad Date: Fri, 26 Jul 2024 17:25:46 +1000 Subject: [PATCH] V 1.0.2 (#13) * v-1.0.2 * Update Readme versioning --- README.md | 6 ++++++ requirements.txt | 3 +-- setup.py | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a387150..658c580 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,12 @@ ericzo - beyond link(https://soundcloud.com/ericzomusic/free-electro-trap-anthem All notable changes to this project will be documented in this file. +### [1.0.2] - 2024-07-26 + +#### Changed + +- Remove `logging` from requirements to fix pip bug. + ### [1.0.1] - 2024-07-26 #### Changed diff --git a/requirements.txt b/requirements.txt index a4f438d..b010937 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ cupy-cuda12x pydub soundfile mutagen -scipy -logging \ No newline at end of file +scipy \ No newline at end of file diff --git a/setup.py b/setup.py index 6c7ffe4..2040f98 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,6 @@ 'soundfile', 'mutagen', 'scipy', - 'logging', ], package_data={ 'fat_llama': ['audio_fattener/*.py', 'tests/*.py'],