Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Update torch and tensorboard versions in setup.py #1311

Merged
merged 2 commits into from May 30, 2018

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented May 30, 2018

The torch and tensorboard versions in setup.py referenced older versions that were not consistent with requirements.txt. This mixup led to several pip warnings after installing from source:

allennlp 0.4.4-unreleased has requirement tensorboardX==1.0, but you'll have tensorboardx 1.2 which is incompatible.
allennlp 0.4.4-unreleased has requirement torch==0.3.1, but you'll have torch 0.4.0 which is incompatible.

Copy link
Contributor

@nelson-liu nelson-liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@DeNeutoy DeNeutoy merged commit 097ccd7 into allenai:master May 30, 2018
gabrielStanovsky pushed a commit to gabrielStanovsky/allennlp that referenced this pull request Sep 7, 2018
The torch and tensorboard versions in `setup.py` referenced older versions that were not consistent with `requirements.txt`. This mixup led to several `pip` warnings after installing from source:

```
allennlp 0.4.4-unreleased has requirement tensorboardX==1.0, but you'll have tensorboardx 1.2 which is incompatible.
allennlp 0.4.4-unreleased has requirement torch==0.3.1, but you'll have torch 0.4.0 which is incompatible.
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants