Skip to content

Commit

Permalink
Downgrade numpy to avoid pandas error
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 10, 2024
1 parent 00da96d commit 552392a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
packages=find_packages(),
extras_require={
'test': ['pytest'],
'html': ['requests', 'tqdm', 'pandas', 'click', 'jinja2'],
'html': ['requests', 'tqdm', 'pandas', 'click', 'jinja2',
'numpy<2'],
},
package_data={'': ['entities.csv', 'equivalences.csv',
'grounding_map.csv', 'relations.csv',
Expand Down

0 comments on commit 552392a

Please sign in to comment.