pyversion: 3.7.3
# Test python 3.7 with the newest supported versions
pip_constraints: test_constraints_max_version.txt
filters:
tags:
only: /[0-9]+(\.[0-9]+)*(\.dev[0-9]+)*/
requires:
- python_3.7.3
name: deploy ml-agents
directory: ml-agents
name: deploy gym-unity
directory: gym-unity
from setuptools import setup, find_packages
from setuptools.command.install import install
VERSION = "0.11.0.dev0"
VERSION = "0.11.0.dev3"
class VerifyVersionCommand(install):
from setuptools import setup
here = os.path.abspath(os.path.dirname(__file__))
from setuptools import setup, find_namespace_packages