Skip to content

Commit

Permalink
locks
Browse files Browse the repository at this point in the history
  • Loading branch information
jladrover committed Apr 16, 2024
1 parent a57e85e commit cbda6f2
Show file tree
Hide file tree
Showing 4 changed files with 1,362 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ numpy = "*"
pillow = "*"
jinja2 = "*"
pytest-cov = "*"
wheel = "*"
# setuptools = "*"
#wheel = "*"
#setuptools = "*"
#h5py = "*"
tensorflow = "*"
keras = "*"
Expand Down
53 changes: 21 additions & 32 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions machine-learning-client/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ tensorflow = "*"
keras = "*"
opencv-python = "*"
pandas = "*"
pytest = "*"
pillow = "*"
numpy = "*"
pillow = "*"

[dev-packages]
pytest = "*"
pylint = "*"
black = "*"
python-dotenv = "*"
coverage = "*"
tomli = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit cbda6f2

Please sign in to comment.