Skip to content

Commit

Permalink
Some requirements are added to the requirement.txt and some unnecessa…
Browse files Browse the repository at this point in the history
…ry lines are removed from main
  • Loading branch information
AnjanDutta committed May 29, 2017
1 parent 954a18f commit dd54611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@
import time
import argparse
import os
import sys
import numpy as np

# Our Modules
reader_folder = os.path.realpath(os.path.abspath('..'))
if reader_folder not in sys.path:
sys.path.append(reader_folder)
import datasets
from datasets import utils
from models.MPNN import MPNN
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ torchvision
numpy
wget
networkx
joblib
tensorboard

0 comments on commit dd54611

Please sign in to comment.