Skip to content

Commit

Permalink
Updated requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Ansmann committed Mar 5, 2020
1 parent deb6818 commit df733d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'jitcxde_common>1.3',
'symengine>=0.3.1.dev0',
'numpy',
'chspy',
'chspy>=1.1',
]

setup(
Expand All @@ -15,7 +15,7 @@
author = 'Gerrit Ansmann',
author_email = '[email protected]',
url = 'http://github.com/neurophysik/jitcdde',
python_requires=">=3.3",
python_requires=">=3.6",
packages = ['jitcdde'],
package_data = {'jitcdde': ['jitced_template.c']},
include_package_data = True,
Expand Down

0 comments on commit df733d1

Please sign in to comment.