Skip to content

Commit bc6ca6f

Browse files
Merge pull request #79 from dragonyanglong/update_setup
Update setup
2 parents 4b084cc + ab0c1fc commit bc6ca6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
Notable differences from version 1.1.2.
44

5-
## Version 1.2.02022-12-29
5+
## Version 1.4.12023-01-06
66

77
### Added
88

99
- Support for Python 3.8, 3.9, 3.10.
1010
- Use ddp3 to store project files.
11+
- Update `install_requires` in setup.py.
1112

1213
### Changed
1314

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ def dirglob(d, *patterns):
117117
'diffpy.structure>=3',
118118
'diffpy.pdffit2',
119119
'diffpy.utils',
120+
'matplotlib-base',
121+
'wxpython',
122+
'menuinst',
120123
],
121124

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

0 commit comments

Comments
 (0)