diff --git a/setup.py b/setup.py index f00d9c3cd..2f44d9143 100644 --- a/setup.py +++ b/setup.py @@ -58,5 +58,5 @@ 'teaser.examples.examplefiles': ['*.teaserXML'], 'teaser.examples.examplefiles.MelatenXML': ['*.xml']}, classifiers = ['License :: OSI Approved :: MIT License'], - setup_requires = ['mako', 'pyxb', 'pytest'], - install_requires = ['mako', 'pyxb', 'pytest']) + setup_requires = ['mako', 'pyxb==1.2.4', 'pytest'], + install_requires = ['mako', 'pyxb==1.2.4', 'pytest'])