diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /misc/py-hf-doc-builder/files/patch-setup.py | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'misc/py-hf-doc-builder/files/patch-setup.py')
| -rw-r--r-- | misc/py-hf-doc-builder/files/patch-setup.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/py-hf-doc-builder/files/patch-setup.py b/misc/py-hf-doc-builder/files/patch-setup.py new file mode 100644 index 000000000000..65c42e23e65f --- /dev/null +++ b/misc/py-hf-doc-builder/files/patch-setup.py @@ -0,0 +1,18 @@ +--- setup.py.orig 2025-08-17 20:33:32 UTC ++++ setup.py +@@ -3,7 +3,7 @@ from setuptools import find_packages, setup + + from setuptools import find_packages, setup + +-install_requires = ["black", "GitPython", "tqdm", "pyyaml", "packaging", "nbformat", "huggingface_hub"] ++install_requires = ["GitPython", "tqdm", "pyyaml", "packaging", "nbformat", "huggingface_hub"] + + extras = {} + +@@ -62,4 +62,4 @@ setup( + # twine upload dist/* -r pypi + # 9. Add release notes to the tag in github once everything is looking hunky-dory. + # 10. Go back to the main branch and update the version in __init__.py, setup.py to the new version ".dev" and push to +-# main. +\ No newline at end of file ++# main. |
