Skip to content

Commit

Permalink
permit newer versions of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
observant-miles committed Oct 26, 2022
1 parent c18f12d commit e265f3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.linting.enabled": true
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
install_requires=[
'networkx == 2.4',
'openpyxl >= 3.0.3',
'numpy == 1.14.2',
'numpy >= 1.14.2',
'numpy-financial>=1.0.0',
'scipy>=1.0.0'
]
Expand Down

0 comments on commit e265f3b

Please sign in to comment.