Skip to content

Commit d8107e2

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-7574700
1 parent 610d864 commit d8107e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ tensorflow-datasets
1717
tqdm
1818
ffmpeg-python
1919
note_seq
20-
tensorflow>=2.0
20+
tensorflow>=2.12.0
2121
schema
2222
patool

0 commit comments

Comments
 (0)