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