Skip to content

Commit

Permalink
Updated setup.py. Also included dependencies this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tBuLi committed May 3, 2015
1 parent aab33f8 commit 73f0dbb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='symfit',
version='0.2.5',
version='0.2.6',
description='Symbolic Fitting; fitting as it should be.',
author='Martin Roelfs',
author_email='[email protected]',
Expand All @@ -25,7 +25,6 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
Expand All @@ -34,5 +33,5 @@
# What does your project relate to?
keywords='fit fitting symbolic',

# install_requires = ['sympy', 'numpy', 'scipy'],
install_requires = ['sympy', 'numpy', 'scipy'],
)

0 comments on commit 73f0dbb

Please sign in to comment.