We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6ca6f commit 133c94dCopy full SHA for 133c94d
CHANGELOG.md
@@ -2,13 +2,12 @@
2
3
Notable differences from version 1.1.2.
4
5
-## Version 1.4.1 – 2023-01-06
+## Version 1.4.0 – 2022-12-29
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,9 +117,6 @@ 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