Skip to content

Commit

Permalink
v-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraad47 committed Jul 26, 2024
1 parent b7cde0f commit 0d6eff5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ All notable changes to this project will be documented in this file.

#### Changed

- Remove `logging` from requirements to fix pip bug.

### [1.0.1] - 2024-07-26

#### Changed

- Updated `analytics.py` analysis and spectorgram results.
- Updated `README.md` details.

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ cupy-cuda12x
pydub
soundfile
mutagen
scipy
logging
scipy
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
'soundfile',
'mutagen',
'scipy',
'logging',
],
package_data={
'fat_llama': ['audio_fattener/*.py', 'tests/*.py'],
Expand Down

0 comments on commit 0d6eff5

Please sign in to comment.