Revision 115b59d28b79523826dd5a81fbc5d6f8ed431c7c authored by Geoffrey Irving on 18 September 2018, 22:52:57 UTC, committed by GitHub on 18 September 2018, 22:52:57 UTC
Fix setup.py for tensorflow -rc versions
2 parent s d34049c + a42c4eb
Raw File
.gitignore
*.swp
*.pyc
*.pkl
*.py~
.pytest_cache
.DS_Store
.idea

# Setuptools distribution and build folders.
/dist/
/build
keys/

# Virtualenv
/env


*.sublime-project
*.sublime-workspace

.idea

logs/

.ipynb_checkpoints
ghostdriver.log

htmlcov

junk
src

*.egg-info
.cache

MUJOCO_LOG.TXT
back to top