Skip to content

Commit

Permalink
Merge pull request #7 from NethermindEth/fix/lock-file
Browse files Browse the repository at this point in the history
numpy update, removing lock file
  • Loading branch information
matilote authored Jun 28, 2022
2 parents 0b1e4d8 + e599d93 commit a04858e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 273 deletions.
12 changes: 2 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,5 @@ modules/__pycache__/word_coding.cpython-39.pyc
modules/__pycache__/shamir.cpython-39.pyc
modules/__pycache__/word_coding.cpython-39.pyc
secret_reconstructed.txt
shares/share_1.json
shares/share_2.json
shares/share_3.json
shares/share_4.json
shares/share_5.json
shares/share_6.json
shares/share_7.json
shares/share_8.json
shares/share_9.json
shares/reconstruction_data.json
shares/*
Pipfile.lock
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pyinstaller = "*"
pywin32-ctypes = {version = "*", sys_platform = "== 'win32'"}
pefile = {version = "*", sys_platform = "== 'win32'"}
pytest = "*"
numpy = ">=1.22"

[requires]
python_version = "3.9"
263 changes: 0 additions & 263 deletions Pipfile.lock

This file was deleted.

0 comments on commit a04858e

Please sign in to comment.