Skip to content

Commit

Permalink
Adding requirements in the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
anenriquez committed Aug 13, 2019
1 parent c48146d commit 4a35cf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

setup(name='mrs',
version='0.1.0',
install_requires=[
'numpy'
],
description='Multi-Robot System (MRS) components for allocating '
'and executing tasks with temporal constraints and uncertain durations',
author='Angela Enriquez Gomez',
Expand Down

0 comments on commit 4a35cf8

Please sign in to comment.