Skip to content

Commit 82c687f

Browse files
author
Roja Reddy Sareddy
committed
Fix incompatible_dependecies test
1 parent a19f57e commit 82c687f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integ/sagemaker/remote_function/test_decorator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import logging
2121
import random
2222
import string
23+
import numpy as np
2324
import pandas as pd
2425
import subprocess
2526
import shlex
@@ -327,7 +328,7 @@ def test_with_incompatible_dependencies(
327328
It is currently working with python 3.8+. However, running it with older versions
328329
or versions in the future may require changes to 'old_deps_requirements.txt'
329330
to fulfill testing scenario.
330-
331+
331332
NOTE: Skipped for numpy >= 2.0 as serialization compatibility improved.
332333
"""
333334

0 commit comments

Comments
 (0)