Skip to content

Commit c66da2c

Browse files
committed
Make minimal required version Python 3.8
1 parent 21e5a00 commit c66da2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ For more details, please see our paper [Attention, Learn to Solve Routing Proble
2020

2121
## Dependencies
2222

23-
* Python>=3.6
23+
* Python>=3.8
2424
* NumPy
2525
* SciPy
26-
* [PyTorch](http://pytorch.org/)>=1.1
26+
* [PyTorch](http://pytorch.org/)>=1.7
2727
* tqdm
2828
* [tensorboard_logger](https://github.com/TeamHG-Memex/tensorboard_logger)
2929
* Matplotlib (optional, only for plotting)

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: attention_tsp
33
channels:
44
- pytorch
55
dependencies:
6-
- python>=3.6
6+
- python>=3.8
77
- anaconda
88
- tqdm
99
- pytorch

0 commit comments

Comments
 (0)