Skip to content

Commit

Permalink
Make minimal required version Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterkool committed Nov 23, 2020
1 parent 21e5a00 commit c66da2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ For more details, please see our paper [Attention, Learn to Solve Routing Proble

## Dependencies

* Python>=3.6
* Python>=3.8
* NumPy
* SciPy
* [PyTorch](http://pytorch.org/)>=1.1
* [PyTorch](http://pytorch.org/)>=1.7
* tqdm
* [tensorboard_logger](https://github.com/TeamHG-Memex/tensorboard_logger)
* Matplotlib (optional, only for plotting)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: attention_tsp
channels:
- pytorch
dependencies:
- python>=3.6
- python>=3.8
- anaconda
- tqdm
- pytorch
Expand Down

0 comments on commit c66da2c

Please sign in to comment.