Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
awjuliani committed Sep 25, 2018
1 parent ad72190 commit 5ac6da7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gym-unity/setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python

from setuptools import setup, Command, find_packages
from setuptools import setup, find_packages

setup(name='gym_unity',
version='0.1.0',
version='0.1.1',
description='Unity Machine Learning Agents Gym Interface',
license='Apache License 2.0',
author='Unity Technologies',
author_email='[email protected]',
url='https://github.com/Unity-Technologies/ml-agents',
packages=find_packages(),
install_requires = ['gym', 'mlagents']
)
install_requires=['gym', 'mlagents']
)

0 comments on commit 5ac6da7

Please sign in to comment.