Skip to content

Commit 4437cee

Browse files
author
Roja Reddy Sareddy
committed
Add numpy 2.0 support
1 parent ed588d0 commit 4437cee

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/integ/test_dependency_compatibility.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import absolute_import
2+
13
"""Integration test to verify dependency compatibility."""
24

35
import subprocess

tests/integ/test_dependency_resolution.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import absolute_import
2+
13
"""Test dependency resolution using pip-tools."""
24

35
import subprocess

0 commit comments

Comments
 (0)