https://github.com/tensorflow/magenta
Raw File
Tip revision: 27941cd8ad2ee1cf4fd49677ac39faff4cc6ce3d authored by dependabot[bot] on 09 August 2023, 22:25:22 UTC
Bump tensorflow from 2.9.1 to 2.11.1
Tip revision: 27941cd
.isort.cfg
[settings]
line_length=1000
force_single_line=True
force_sort_within_sections=True
default_section=THIRDPARTY
sections=FUTURE,STDLIB,LOCALFOLDER,THIRDPARTY
no_lines_before=THIRDPARTY
back to top