Skip to content

Commit

Permalink
Merge pull request #42 from chauhankaranraj/fix-jh-img
Browse files Browse the repository at this point in the history
Fix breaking imports in JupyterHub notebook image
  • Loading branch information
Shreyanand authored Oct 13, 2021
2 parents 405236a + e71ec9f commit 5fd8093
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 129 deletions.
14 changes: 8 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,22 @@ jupyterlab = "*"
src = {editable = true, path = "./"}
awscli = "*"
boto3 = "*"
xlrd = "*"
trino = "*"
pandas = "*"
pyarrow = "*"
python-dotenv = "*"
opencv-python-headless = "*"
pdf2image = "*"
mmdet = "*"
mmcv-full = "*"
torch = "*"
torchvision = "*"
python-Levenshtein = "*"
tabula-py = "*"
gdown = "*"
pdfminer.six = "*"
"pdfminer.six" = "*"
fuzzywuzzy = "*"
python-Levenshtein = "*"
torch = "==1.9.0"
torchvision = "<0.10.1"
mmcv-full = {file="https://download.openmmlab.com/mmcv/dist/cpu/torch1.9.0/mmcv_full-1.3.14-cp38-cp38-manylinux1_x86_64.whl"}
mmdet = "*"

[requires]
python_version = "3.8"
Loading

0 comments on commit 5fd8093

Please sign in to comment.