Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytest and transformers with fixes for pytest>= 8.0.0 #5164

Merged
merged 14 commits into from
Apr 8, 2024
Merged
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ future
importlib-metadata>=4
mup
pre-commit>=2.20.0
pytest<=8.0.0
pytest>=7.2.0
pytest-forked
pytest-randomly
pytest-xdist
Expand All @@ -16,5 +16,5 @@ sphinx
sphinx-rtd-theme
tensorboard
torchvision
transformers>=4.32.1
transformers>=4.39.0
wandb
Loading