Skip to content

Commit fdf78bf

Browse files
committed
BLD: require diffpy.structure 3.0 or later
1 parent c4f7d77 commit fdf78bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ requirements:
3939
- wxpython 4.*
4040
- menuinst [win]
4141
- diffpy.pdffit2
42-
- diffpy.structure
42+
- diffpy.structure >=3
4343
- diffpy.utils
4444

4545
test:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def dirglob(d, *patterns):
113113
# manual and tutorial files should not be zipped
114114
zip_safe = False,
115115
install_requires = [
116-
'diffpy.structure',
116+
'diffpy.structure>=3',
117117
'diffpy.pdffit2',
118118
'diffpy.utils',
119119
],

0 commit comments

Comments
 (0)