Skip to content

Commit

Permalink
dev(hansbug): fix existing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Oct 16, 2024
1 parent 7eac321 commit 370d047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython>=0.29; platform_system != 'Windows'
cython>=0.29,<3; platform_system == 'Windows'
cython>=0.29; platform_system == 'Windows'
build>=0.7.0
auditwheel>=4
4 changes: 3 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ testtools>=2
hbutils>=0.6.13
setuptools
# setuptools<=59.5.0
numpy>=1.10
# numpy2.x cannot be used with torch1.7.x
numpy>=1.10,<2; python_version <= '3.9'
numpy>=1.10; python_version > '3.9'
easydict>=1.7,<2

0 comments on commit 370d047

Please sign in to comment.