ganyariya / gym-md

MiniDungeons for OpenAI Gym
MIT License
3 stars 2 forks source link

Include pydantic dependency in setup.cfg (Resolves Issue #16 ) #20

Closed LJArendse closed 2 years ago

LJArendse commented 2 years ago

Overview

After a clean/new install of _gymmd from pypi, I noticed that the pydantic was not installed during the pip install of gym_md. Please see Issue #16 for more detail. This PR aims to address the missing pydantic dependency when gym-md is 'pip' installed, by adding the pydantic python package to the _installrequires list within setup.cfg.

Changes

ganyariya commented 2 years ago

Oh... I forgot to add pydantic into setup.cfg!!! Thanks ><

LJArendse commented 2 years ago

No problem, thanks for the merge :+1: :100: