Skip to content

Commit

Permalink
Update requirements.txt and add Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sahi-mfg committed Dec 1, 2023
1 parent a2662b0 commit 00b2e48
Show file tree
Hide file tree
Showing 4 changed files with 1,723 additions and 3 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
numpy = "*"
pandas = "*"
matplotlib = "*"
torch = "*"
streamlit = "*"
fastapi = "*"
transformers = "*"
uvicorn = "*"
python-multipart = "*"
pytest = "*"

[dev-packages]

[requires]
python_version = "3.10"
Loading

0 comments on commit 00b2e48

Please sign in to comment.