Skip to content

Commit e3ddf89

Browse files
committed
fixing test error
1 parent 59bd026 commit e3ddf89

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

loop_to_python_api/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import ctypes
1010
import os
1111
import ast
12-
import time
1312

1413
# swift_lib = ctypes.CDLL('python_api/libLoopAlgorithmToPython.dylib')
1514

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
pytest
2+
numpy
3+
pandas

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
include_package_data=True,
1515
install_requires=[
1616
'pytest',
17+
'numpy',
18+
'pandas',
1719
],
1820
classifiers=[
1921
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)