Skip to content

Commit

Permalink
V 1.0.2 (#13)
Browse files Browse the repository at this point in the history
* v-1.0.2

* Update Readme versioning
  • Loading branch information
bkraad47 authored Jul 26, 2024
1 parent b7cde0f commit cf82164
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 @@ -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
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 cf82164

Please sign in to comment.