tanliyon / gym-xiangqi

This repo sets up the environment to play Xiang Qi (chinese chess) following the OpenAI Gym framework.
GNU Lesser General Public License v3.0
32 stars 6 forks source link

Add dependency list to setup.cfg #6

Closed hojoungjang closed 3 years ago

hojoungjang commented 3 years ago

Description

To fix CI's failing checks, Python dependency list is added in setup.cfg

Type of change

How has this been tested?

Tested by creating a fresh Python virtual environment and running the following: pip install -e . python examples/demo.py