Skip to content

Commit

Permalink
numpy>=1.21.0,<2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid Mohan authored and Sid Mohan committed Jul 12, 2024
1 parent 55c115d commit bbe1f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ aiohttp
pytest-asyncio
en_spacy_pii_fast==0.0.0
python-dotenv
numpy==2.0.0
numpy>=1.21.0,<2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __version__():
"aiohttp",
"pytest-asyncio",
"python-dotenv",
"numpy==2.0.0",
"numpy>=1.21.0,<2.0.0",
],
python_requires=">=3.10",
classifiers=[
Expand Down

0 comments on commit bbe1f08

Please sign in to comment.