|
32 | 32 | 'Operating System :: OS Independent',
|
33 | 33 | 'Programming Language :: Cython',
|
34 | 34 | 'Programming Language :: Python :: 3',
|
35 |
| - 'Programming Language :: Python :: 3.8', |
36 | 35 | 'Programming Language :: Python :: 3.9',
|
37 | 36 | 'Programming Language :: Python :: 3.10',
|
38 | 37 | 'Programming Language :: Python :: 3.11',
|
| 38 | + 'Programming Language :: Python :: 3.12', |
39 | 39 | 'Programming Language :: Python :: Implementation :: CPython',
|
40 | 40 | 'Topic :: Scientific/Engineering :: Information Analysis'],
|
41 | 41 | keywords=['imaging', 'spectra', 'transmission', 'electron', 'microscopy',
|
|
48 | 48 | author="Gerd Duscher",
|
49 | 49 | author_email="gduscher@utk.edu",
|
50 | 50 |
|
51 |
| - install_requires=['scipy', 'numpy', 'pillow', 'ase', 'tqdm', 'plotly', 'pandas', 'requests', 'lxml', 'ipympl', 'build', |
| 51 | + install_requires=['scipy', 'numpy', 'pillow', 'ase', 'tqdm', 'plotly', 'pandas', 'requests', 'lxml', 'ipympl', |
52 | 52 | 'spglib', 'scikit-image', 'scikit-learn', 'pyNSID>=0.0.7', 'sidpy>=0.12.1', 'SciFiReaders>=0.0.8'], # 'PyQt5> 1.0'],#
|
53 | 53 | setup_requires=['pytest-runner'],
|
54 | 54 | tests_require=['pytest'],
|
|
0 commit comments