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.
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