Skip to content

Commit 370d047

Browse files
committed
dev(hansbug): fix existing problems
1 parent 7eac321 commit 370d047

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cython>=0.29; platform_system != 'Windows'
2-
cython>=0.29,<3; platform_system == 'Windows'
2+
cython>=0.29; platform_system == 'Windows'
33
build>=0.7.0
44
auditwheel>=4

requirements-test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ testtools>=2
1212
hbutils>=0.6.13
1313
setuptools
1414
# setuptools<=59.5.0
15-
numpy>=1.10
15+
# numpy2.x cannot be used with torch1.7.x
16+
numpy>=1.10,<2; python_version <= '3.9'
17+
numpy>=1.10; python_version > '3.9'
1618
easydict>=1.7,<2

0 commit comments

Comments
 (0)