mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
The version 0.2.0 of expecttest have removed `ACCEPT` variable by this [PR](https://github.com/ezyang/expecttest/pull/11), so when someone install python dependences using `pip install -r PyTorch_Root/requirements.txt`, the latest version of expecttest will be installed which will cuase failure in some PyTorch Tests. So Pin the version of expecttest to 0.1.6 like [this](db35ccf463/.ci/docker/requirements-ci.txt (L28)) is needed.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116238
Approved by: https://github.com/ezyang
20 lines
323 B
Text
20 lines
323 B
Text
# Python dependencies required for development
|
|
astunparse
|
|
expecttest!=0.2.0
|
|
hypothesis
|
|
numpy
|
|
psutil
|
|
pyyaml
|
|
requests
|
|
setuptools
|
|
types-dataclasses
|
|
typing-extensions>=4.8.0
|
|
sympy
|
|
filelock
|
|
networkx
|
|
jinja2
|
|
fsspec
|
|
# setuptools was removed from default python install
|
|
setuptools ; python_version >= "3.12"
|
|
packaging
|
|
optree>=0.9.1
|