File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 summary : materials structure analysis from Pair Distribution Function
2828
2929requirements :
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
4747test :
4848 # Python imports
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments