We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bd026 commit e3ddf89Copy full SHA for e3ddf89
3 files changed
loop_to_python_api/api.py
@@ -9,7 +9,6 @@
9
import ctypes
10
import os
11
import ast
12
-import time
13
14
# swift_lib = ctypes.CDLL('python_api/libLoopAlgorithmToPython.dylib')
15
requirements.txt
@@ -1 +1,3 @@
1
pytest
2
+numpy
3
+pandas
setup.py
@@ -14,6 +14,8 @@
include_package_data=True,
install_requires=[
16
'pytest',
17
+ 'numpy',
18
+ 'pandas',
19
],
20
classifiers=[
21
'Programming Language :: Python :: 3',
0 commit comments