Skip to content

Commit fc1efbd

Browse files
authored
Merge pull request #1027 from Trusted-AI/dependabot/pip/numba-approx-eq-0.53.1
Update numba requirement from ~=0.52.0 to ~=0.53.1
2 parents a3950f2 + 2ddeaf6 commit fc1efbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ffmpeg-python==0.2.0
1313
cma==3.0.3
1414
pandas==1.2.3
1515
librosa==0.8.0
16-
numba~=0.52.0
16+
numba~=0.53.1
1717
opencv-python
1818

1919
# frameworks

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ffmpeg-python",
2222
"cma",
2323
"mypy",
24-
"numba~=0.52.0"
24+
"numba~=0.53.1"
2525
]
2626

2727
docs_require = [

0 commit comments

Comments
 (0)