Pin to numpy 1.26.X not strictly 1.26 (#348)

Summary: Pull Request resolved: https://github.com/facebookresearch/sam3/pull/348

Reviewed By: haithamkhedr

Differential Revision: D89182040

Pulled By: mlopezantequera

fbshipit-source-id: 73d75c68cb5ec06a645c7c93af44f760bf5b22cc
This commit is contained in:
Manuel López Antequera
2025-12-21 02:34:58 -08:00
committed by meta-codesync[bot]
parent 962998a167
commit 5eb25fb54b

View File

@@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"timm>=1.0.17",
"numpy==1.26",
"numpy>=1.26,<2",
"tqdm",
"ftfy==6.1.1",
"regex",