We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72919fe + 234dc1c commit e7b790aCopy full SHA for e7b790a
requirements.txt
@@ -1,5 +1,5 @@
1
-numpy~=1.20.2
2
-pandas~=1.2.4
+numpy==1.22
+pandas==1.4.3
3
pytest~=6.2.3
4
setuptools~=56.0.0
5
src/py_dss_interface/models/Bridge.py
@@ -23,6 +23,8 @@ def is_delphi():
23
24
POINTER = ctypes.c_int64 if is_x64() else ctypes.c_int32
25
HEADER_SIZE = 4 if is_delphi() else 8
26
+
27
28
class ArrayEnio(ctypes.Structure):
29
_fields_ = [
30
('size', ctypes.c_int),
0 commit comments