Skip to content

Commit af785e7

Browse files
committed
Update doc requirements, supported python versions, and example notebooks.
1 parent d38e9d4 commit af785e7

7 files changed

+3499
-2591
lines changed

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ m2r2
33
nbsphinx
44
nbsphinx-link
55
numpy
6+
lxml_html_clean

examples/QPA-Quantitative phase analysis.ipynb

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

examples/crystal_3d_widget.ipynb

Lines changed: 1002 additions & 76 deletions
Large diffs are not rendered by default.

examples/structure-solution-multiprocessing.ipynb

Lines changed: 509 additions & 566 deletions
Large diffs are not rendered by default.

examples/structure-solution-powder-cimetidine.ipynb

Lines changed: 826 additions & 828 deletions
Large diffs are not rendered by default.

examples/structure-solution-powder-pbso4.ipynb

Lines changed: 1147 additions & 1108 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,12 @@ def getversioncfg():
195195
'Operating System :: POSIX',
196196
'Operating System :: Unix',
197197
'Programming Language :: C++',
198-
'Programming Language :: Python :: 3.7',
199198
'Programming Language :: Python :: 3.8',
200199
'Programming Language :: Python :: 3.9',
201200
'Programming Language :: Python :: 3.10',
202201
'Programming Language :: Python :: 3.11',
202+
'Programming Language :: Python :: 3.12',
203+
'Programming Language :: Python :: 3.13',
203204
'Topic :: Scientific/Engineering :: Chemistry',
204205
'Topic :: Scientific/Engineering :: Physics',
205206
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)