numpy>=1.17.2
torch>=2.0.0
fsspec[http]>=2022.5.0
packaging>=20.0
typing-extensions>=4.4.0
lightning-utilities>=0.10.0

[all]
bitsandbytes>=0.42.0
torchvision>=0.15.0
torchmetrics>=0.10.0
lightning-utilities>=0.8.0

[all:platform_system != "Windows" and platform_system != "Darwin"]
deepspeed<=0.9.3,>=0.8.2

[bitsandbytes]
bitsandbytes>=0.42.0

[deepspeed]

[deepspeed:platform_system != "Windows" and platform_system != "Darwin"]
deepspeed<=0.9.3,>=0.8.2

[dev]
bitsandbytes>=0.42.0
torchvision>=0.15.0
torchmetrics>=0.10.0
lightning-utilities>=0.8.0
coverage==7.3.1
pytest==7.4.0
pytest-cov==4.1.0
pytest-timeout==2.1.0
pytest-rerunfailures==12.0
pytest-random-order==1.1.0
click==8.1.7
tensorboardX>=2.2
torchmetrics>=0.7.0

[dev:platform_system != "Windows" and platform_system != "Darwin"]
deepspeed<=0.9.3,>=0.8.2

[examples]
torchvision>=0.15.0
torchmetrics>=0.10.0
lightning-utilities>=0.8.0

[strategies]
bitsandbytes>=0.42.0

[strategies:platform_system != "Windows" and platform_system != "Darwin"]
deepspeed<=0.9.3,>=0.8.2

[test]
coverage==7.3.1
pytest==7.4.0
pytest-cov==4.1.0
pytest-timeout==2.1.0
pytest-rerunfailures==12.0
pytest-random-order==1.1.0
click==8.1.7
tensorboardX>=2.2
torchmetrics>=0.7.0
