-r requirements.txt
captum>=0.6.0
coverage>=7.2.3
flake8<=4.0.1; python_version == '3.7'
flake8>=6.0.0; python_version > '3.7'
pandas<=1.3.3; python_version == '3.7'
pandas>=2.0.1; python_version > '3.7'
pytest>=7.3.1
pytest-cov>=4.0.0
pytest-lazy-fixture>=0.6.3
pytest-mock==3.10.0
tf-explain>=0.3.1
zennit>=0.4.5; python_version >= '3.7'
tensorflow>=2.5.0; python_version == '3.7'
tensorflow>=2.12.0; sys_platform != 'darwin' and python_version > '3.7'
tensorflow_macos>=2.12.0; sys_platform == 'darwin' and python_version > '3.7'
torch<=1.11.0; python_version == '3.7'
torch>=1.13.1; sys_platform != 'linux' and python_version > '3.7'
torch>=1.13.1, <2.0.0; sys_platform == 'linux' and python_version > '3.7' and python_version <= '3.10'
torch>=2.0.0; sys_platform == 'linux' and python_version >= '3.11'
torchvision<=0.12.0; python_version == '3.7'
torchvision>=0.15.1; sys_platform != 'linux' and python_version > '3.7'
torchvision>=0.14.0, <0.15.1; sys_platform == 'linux' and python_version > '3.7' and python_version <= '3.10'
torchvision>=0.15.1; sys_platform == 'linux' and python_version >= '3.11'