Skip to content

Commit 50fe6c3

Browse files
committed
Merge branch 'feature/numpy-printoptions' into develop
2 parents 4727e0b + f70a3f8 commit 50fe6c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

colour_visuals/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99

1010
from __future__ import annotations
1111

12-
import contextlib
1312
import os
1413
import subprocess
1514

1615
import colour
17-
import numpy as np
1816

1917
from .axes import (
2018
VisualAxes,
@@ -125,7 +123,3 @@
125123
colour.utilities.ANCILLARY_COLOUR_SCIENCE_PACKAGES["colour-visuals"] = _version # pyright: ignore
126124

127125
del _version
128-
129-
# TODO: Remove legacy printing support when deemed appropriate.
130-
with contextlib.suppress(TypeError):
131-
np.set_printoptions(legacy="1.13")

0 commit comments

Comments
 (0)