Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,10 @@ classifiers = [

requires-python = ">=3.10,<3.14"
dependencies=[
"expecttest",
"flatbuffers",
"hypothesis",
"kgb",
"mpmath==1.3.0",
"numpy>=2.0.0; python_version >= '3.10'",
"packaging",
"pandas>=2.2.2; python_version >= '3.10'",
"parameterized",
"pytorch-tokenizers",
"pyyaml",
"ruamel.yaml",
Expand All @@ -70,8 +65,6 @@ dependencies=[
"typing-extensions>=4.10.0",
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
"coremltools==9.0; platform_system == 'Darwin' or platform_system == 'Linux'",
# scikit-learn is used to support palettization in the coreml backend
"scikit-learn==1.7.1",
"hydra-core>=1.3.0",
"omegaconf>=2.3.0",
]
Expand Down
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ certifi # Imported by resolve_buck.py.
lintrunner==0.12.7
lintrunner-adapters==0.13.0

expecttest
hypothesis
kgb
parameterized
pytest<9.0
pytest-xdist
pytest-rerunfailures==15.1
Expand Down
1 change: 1 addition & 0 deletions requirements-examples.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pip packages needed to run examples.
# TODO: Make each example publish its own requirements.txt
datasets == 3.6.0 # 4.0.0 deprecates trust_remote_code and load scripts. For now pin to 3.6.0
scikit-learn == 1.7.1 # Used by example scripts such as OpenVINO accuracy checks and Qualcomm MobileBERT fine-tuning
timm == 1.0.7
torchsr == 1.0.4
torchtune @ git+https://github.com/pytorch/torchtune.git@6f2aa7254458145f99d7004cbd6ebc8e53a06404
Expand Down
Loading