diff --git a/requirements.txt b/requirements.txt index 74a00ab..afca924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ nltk==3.8 numpy==1.23.5 opencv_python==4.7.0.68 setuptools==65.7.0 -tensorflow==2.10.0 +tensorflow==2.10.1 wandb==0.13.7 future==0.18.2 pillow==9.3.0 \ No newline at end of file diff --git a/setup.py b/setup.py index b09b941..f6fb6b5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "numpy==1.23.5", "opencv_python==4.7.0.68", "setuptools==65.7.0", - "tensorflow==2.10.0", + "tensorflow==2.10.1", "wandb==0.13.7", "opencv-python==4.7.0.68", "music21==8.1.0",