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