Skip to content

Commit a04858e

Browse files
authored
Merge pull request #7 from NethermindEth/fix/lock-file
numpy update, removing lock file
2 parents 0b1e4d8 + e599d93 commit a04858e

File tree

3 files changed

+3
-273
lines changed

3 files changed

+3
-273
lines changed

.gitignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,5 @@ modules/__pycache__/word_coding.cpython-39.pyc
1717
modules/__pycache__/shamir.cpython-39.pyc
1818
modules/__pycache__/word_coding.cpython-39.pyc
1919
secret_reconstructed.txt
20-
shares/share_1.json
21-
shares/share_2.json
22-
shares/share_3.json
23-
shares/share_4.json
24-
shares/share_5.json
25-
shares/share_6.json
26-
shares/share_7.json
27-
shares/share_8.json
28-
shares/share_9.json
29-
shares/reconstruction_data.json
20+
shares/*
21+
Pipfile.lock

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pyinstaller = "*"
1111
pywin32-ctypes = {version = "*", sys_platform = "== 'win32'"}
1212
pefile = {version = "*", sys_platform = "== 'win32'"}
1313
pytest = "*"
14+
numpy = ">=1.22"
1415

1516
[requires]
1617
python_version = "3.9"

Pipfile.lock

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)