Skip to content

Commit a0c6a67

Browse files
committed
REL: go back to unversioned pycifrw in setup.py.
PyCifRW 4.3.0 works with latest releases of Python 2.7. This reverts commit 51d6f09.
1 parent 3c7e0cd commit a0c6a67

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
@@ -84,7 +84,7 @@ def getversioncfg():
8484
include_package_data = True,
8585
zip_safe = False,
8686
install_requires = [
87-
'pycifrw != 4.3.0',
87+
'pycifrw',
8888
],
8989

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

0 commit comments

Comments
 (0)