ai4co / rl4co

A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)
https://rl4.co
MIT License
381 stars 70 forks source link

[BugFix] python version #203

Closed ShuN6211 closed 1 month ago

ShuN6211 commented 1 month ago

Enable to run "poetry install".

Description

Update pyproject.toml to be enable to run poetry install and install rl4co project by poetry tool. At current project, running poetry install may causes following errors.

The current project's Python requirement (>=3.9) is not compatible with some of the required packages Python requirement:

Motivation and Context

Types of changes

What types of changes does your code introduce? Remove all that do not apply:

Checklist

Go over all the following points, and put an x in all the boxes that apply. If you are unsure about any of these, don't hesitate to ask. We are here to help!