We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b084cc + ab0c1fc commit bc6ca6fCopy full SHA for bc6ca6f
CHANGELOG.md
@@ -2,12 +2,13 @@
2
3
Notable differences from version 1.1.2.
4
5
-## Version 1.2.0 – 2022-12-29
+## Version 1.4.1 – 2023-01-06
6
7
### Added
8
9
- Support for Python 3.8, 3.9, 3.10.
10
- Use ddp3 to store project files.
11
+- Update `install_requires` in setup.py.
12
13
### Changed
14
setup.py
@@ -117,6 +117,9 @@ def dirglob(d, *patterns):
117
'diffpy.structure>=3',
118
'diffpy.pdffit2',
119
'diffpy.utils',
120
+ 'matplotlib-base',
121
+ 'wxpython',
122
+ 'menuinst',
123
],
124
125
author = 'Simon J.L. Billinge',
0 commit comments