Skip to content

Commit 782ab96

Browse files
akxTitus-von-Koeller
authored andcommitted
Adjust requirements-ci.txt for CI
1 parent 7af138a commit 782ab96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements-ci.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Requirements used for GitHub actions
22
pytest==7.2.2
33
einops==0.6.0
4-
wheel==0.40.0
54
lion-pytorch==0.0.6
6-
scipy==1.11.4
7-
pandas==2.2.0
5+
scipy==1.10.1; python_version < "3.9"
6+
scipy==1.11.4; python_version >= "3.9"

0 commit comments

Comments
 (0)