Skip to content

Commit a6859db

Browse files
committed
Nudged up the minimum required versions of dependencies.
1 parent 71ecc37 commit a6859db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def dirglob(d, *patterns):
3838
('doc/tutorial', dirglob('doc/tutorial', '*')),
3939
],
4040
install_requires = [
41-
'diffpy.Structure>=1.0c1.dev-r2824',
42-
'diffpy.pdffit2>=1.0c1.dev-r2830',
41+
'diffpy.Structure>=1.0-r3050',
42+
'diffpy.pdffit2>=1.0-r3050',
4343
],
4444
dependency_links = [
4545
'http://www.diffpy.org/packages/',

0 commit comments

Comments
 (0)