Skip to content

Commit

Permalink
Update numpy and numba requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Doekemeijer committed Feb 22, 2022
1 parent 8ca2665 commit 164fa5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ floris==2.4
feather-format>=0.4.1
matplotlib>=3
openoa>=2.0.1
numpy<=1.20
numba
numpy==1.21
numba>=0.55.0
pandas>=1.3.0
pyproj>=2.1
pytest>=4
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
'floris==2.4',
'feather-format>=0.4.1',
'matplotlib>=3',
'numpy<=1.20',
'numba',
'numpy==1.21',
'numba>=0.55.0',
'openoa>=2.0.1',
'pandas>=1.3.0',
'pyproj>=2.1',
Expand Down

0 comments on commit 164fa5f

Please sign in to comment.