requirements-ci.txt 164 Bytes
Newer Older
1
2
3
4
# Requirements used for GitHub actions
pytest==7.2.2
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"