Skip to content

Commit a679aeb

Browse files
committed
Specify numpy version if python<3.8
1 parent 58fdaaa commit a679aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'setuptools>=56.0',
2424
],
2525
install_requires=[
26+
'numpy<1.21.5; python_version<"3.8"',
2627
'torch>=1.7.1',
2728
'transformers>=4.0.0',
2829
'nltk',

0 commit comments

Comments
 (0)