requirements-ci.txt 164 Bytes
Newer Older
1
# Requirements used for GitHub actions
2
pytest==8.1.1
3
einops==0.7.0
4
lion-pytorch==0.1.4
5
scipy==1.10.1; python_version < "3.9"
6
scipy==1.13.0; python_version >= "3.9"