项目文件夹

文件
Elías Snorrason 6023eb8a9f temporarily cap tensorflow version
Tensorflow has released version 2.16.0 on PyPI, which is messing with CI where some tests are failing.

This change should be reverted in the near future before our next release.
2024-01-18 16:39:05 +00:00

24 行
430 B
Plaintext

# Python dependencies for development
coverage != 6.3, != 6.3.*
datasets
hypothesis
mypy
pandas-stubs
pre-commit
psutil
pytest
pytest-cov
pytest-lazy-fixture
requests
scipy
skorch
# Cap tensorflow at version 2.15.0 or below. 2.16.0 is not released but avaiable on PyPI. Some test are breaking on 2.16.0.
# TODO: Remove cap before v2.6.0 release.
tensorflow<2.16.0
torch
torchvision
typing-extensions>=4.1.1
wget
matplotlib
pillow