Skip to content

Commit 51d6f09

Browse files
committed
REL: disallow broken PyCifRW 4.3.0.
PyCifRW 4.3 crashes on import in Python 2.7.3. Request a different version of PyCifRW as our dependency. TODO: revert this once PyCifRW is fixed.
1 parent 9ad1c52 commit 51d6f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def getversioncfg():
7979
include_package_data = True,
8080
zip_safe = False,
8181
install_requires = [
82-
'pycifrw',
82+
'pycifrw != 4.3.0',
8383
],
8484

8585
author = 'Simon J.L. Billinge group',

0 commit comments

Comments
 (0)