Skip to content

Commit 9266f01

Browse files
authored
Merge pull request #2582 from Trusted-AI/dependabot/pip/numba-approx-eq-0.59.1
Update numba requirement from ~=0.56.4 to ~=0.59.1
2 parents 2c5ae1c + c368e74 commit 9266f01

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=semver,pattern={{version}}
3939
4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
41+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
4242
with:
4343
context: .
4444
push: true

examples/mnist_poison_detection.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
2-
"""Generates a backdoor for MNIST dataset, then trains a convolutional neural network on the poisoned dataset,
3-
and runs activation defence to find poison."""
2+
"""
3+
Generates a backdoor for MNIST dataset, then trains a convolutional neural network on the poisoned dataset,
4+
and runs activation defence to find poison.
5+
"""
46
from __future__ import absolute_import, division, print_function, unicode_literals
57

68
import pprint

requirements_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ffmpeg-python==0.2.0
1616
cma==4.2.0
1717
pandas==2.2.3
1818
librosa==0.10.2.post1
19-
numba~=0.56.4
19+
numba~=0.59.1
2020
opencv-python
2121
sortedcontainers==2.4.0
2222
h5py==3.10.0
@@ -53,11 +53,11 @@ pytest-cov~=6.0.0
5353
pylint==3.2.6
5454
mypy==1.11.1
5555
pycodestyle==2.12.1
56-
black==24.8.0
56+
black==25.1.0
5757
ruff==0.9.3
5858
types-six==1.16.21.9
5959
types-PyYAML==6.0.12.20240917
60-
types-setuptools==80.8.0.20250521
60+
types-setuptools==80.9.0.20250529
6161

6262
# other
6363
requests~=2.32.3

0 commit comments

Comments
 (0)