We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19f57e commit 82c687fCopy full SHA for 82c687f
tests/integ/sagemaker/remote_function/test_decorator.py
@@ -20,6 +20,7 @@
20
import logging
21
import random
22
import string
23
+import numpy as np
24
import pandas as pd
25
import subprocess
26
import shlex
@@ -327,7 +328,7 @@ def test_with_incompatible_dependencies(
327
328
It is currently working with python 3.8+. However, running it with older versions
329
or versions in the future may require changes to 'old_deps_requirements.txt'
330
to fulfill testing scenario.
-
331
+
332
NOTE: Skipped for numpy >= 2.0 as serialization compatibility improved.
333
"""
334
0 commit comments