Skip to content

Commit

Permalink
Fix OGB Dataset unzipping issue (#73)
Browse files Browse the repository at this point in the history
**Description of changes:**
Updated OGB package version

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.

---------

Co-authored-by: Prateek Mutalik Desai <[email protected]>
  • Loading branch information
prateekdesai04 and pmdesai04 authored Apr 10, 2023
1 parent 2a55eb3 commit 9880de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pip install torch==1.13.1+cu116 --extra-index-url https://download.pytorch.o
RUN pip3 install dgl==1.0.0 -f https://data.dgl.ai/wheels/cu116/repo.html

# Install related Python packages
RUN pip3 install ogb scipy pyarrow boto3 scikit-learn transformers
RUN pip3 install ogb==1.3.6 scipy pyarrow boto3 scikit-learn transformers

# Install other dependencies
RUN apt-get install -y cython3 libicu-dev
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
torch >= 1.13.0
dgl >= 1.0
transformers 4.3.0
ogb
ogb 1.3.6

0 comments on commit 9880de3

Please sign in to comment.