Skip to content

Commit 34d6b9b

Browse files
committed
BLD: use recent diffpy.structure and diffpy.utils
1 parent 3a3e0aa commit 34d6b9b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ app:
2727
summary: materials structure analysis from Pair Distribution Function
2828

2929
requirements:
30-
build:
30+
host:
3131
- python {{ python }}
3232
- setuptools
3333
- diffpy.pdffit2
34-
- diffpy.structure 1.*
35-
- diffpy.utils 1.*
34+
- diffpy.structure
35+
- diffpy.utils
3636

3737
run:
3838
- python
@@ -41,8 +41,8 @@ requirements:
4141
- wxpython 3.*
4242
- menuinst [win]
4343
- diffpy.pdffit2
44-
- diffpy.structure 1.*
45-
- diffpy.utils 1.*
44+
- diffpy.structure
45+
- diffpy.utils
4646

4747
test:
4848
# Python imports

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def dirglob(d, *patterns):
100100
# manual and tutorial files should not be zipped
101101
zip_safe = False,
102102
install_requires = [
103-
'diffpy.Structure>=1.2',
104-
'diffpy.pdffit2>=1.1a0',
105-
'diffpy.utils>=1.1',
103+
'diffpy.structure',
104+
'diffpy.pdffit2',
105+
'diffpy.utils',
106106
],
107107

108108
author = 'Simon J.L. Billinge',

0 commit comments

Comments
 (0)