Skip to content

Commit 71a7e13

Browse files
authored
Fixing failing unit tests on main (#71)
* Added scipy to requirements for hidet * pytorch version ==2.3.1
1 parent 74293cc commit 71a7e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch>=2.1.0
1+
torch==2.3.1
22
fastapi>=0.103.0
33
uvicorn>=0.23.0
44
python-multipart>=0.0.6
@@ -7,4 +7,5 @@ Requests==2.32.2
77
tabulate>=0.9.0
88
pyjwt>=2.8.0
99
cryptography==42.0.8
10+
scipy>=1.6.0
1011
platform_api_client @ git+https://github.com/CentML/platform_api_python_client.git@main

0 commit comments

Comments
 (0)