Skip to content

Commit e7b790a

Browse files
authored
Merge branch 'master' into master
2 parents 72919fe + 234dc1c commit e7b790a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpy~=1.20.2
2-
pandas~=1.2.4
1+
numpy==1.22
2+
pandas==1.4.3
33
pytest~=6.2.3
44
setuptools~=56.0.0
55

src/py_dss_interface/models/Bridge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ def is_delphi():
2323

2424
POINTER = ctypes.c_int64 if is_x64() else ctypes.c_int32
2525
HEADER_SIZE = 4 if is_delphi() else 8
26+
27+
2628
class ArrayEnio(ctypes.Structure):
2729
_fields_ = [
2830
('size', ctypes.c_int),

0 commit comments

Comments
 (0)