Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
armand33 committed May 5, 2020
2 parents 12d1272 + 29019fb commit 2412e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/transe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ together::
from torch import cuda
from torch.optim import Adam

from torchkge.utils.datasets import load_fb15k
from torchkge.models import TransEModel
from torchkge.sampling import BernoulliNegativeSampler
from torchkge.utils import MarginLoss, DataLoader
from torchkge.utils.datasets import load_fb15k

from tqdm.autonotebook import tqdm

Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Documentation
sphinx==2.4.4
sphinx==3.0.3
sphinx_rtd_theme==0.4.3
numpydoc==0.9.2

# Tests
flake8==3.7.9
tox==3.14.6
tox==3.15.0
pytest-runner==5.2
pytest==5.4.1

# Deployement
pip==20.0.2
pip==20.1
bumpversion==0.5.3
wheel==0.34.2

0 comments on commit 2412e81

Please sign in to comment.