diff --git a/requirements.txt b/requirements.txt index 74a00ab..f02e662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ opencv_python==4.7.0.68 setuptools==65.7.0 tensorflow==2.10.0 wandb==0.13.7 -future==0.18.2 +future==0.18.3 pillow==9.3.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b09b941..51837d2 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ "wandb==0.13.7", "opencv-python==4.7.0.68", "music21==8.1.0", - "future==0.18.2", + "future==0.18.3", "customtkinter==5.0.3", - "future==0.18.2", + "future==0.18.3", "pillow==9.3.0" ]