Skip to content

Commit 69b4397

Browse files
authored
Merge pull request #169 from pycroscopy/use_dict3
Use dict3
2 parents fcb0eca + 6596690 commit 69b4397

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

setup.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[bdist_wheel]
2-
# This flag says that the code is written to work on both Python 2 and Python
3-
# 3. If at all possible, it is good practice to do this. If you cannot, you
4-
# will need to generate wheels for each Python version that you support.
5-
6-
# Uncomment after checking compatibility with python 3
7-
universal=1
8-
91
[aliases]
102
test=pytest
113

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
'Operating System :: OS Independent',
3333
'Programming Language :: Cython',
3434
'Programming Language :: Python :: 3',
35-
'Programming Language :: Python :: 3.8',
3635
'Programming Language :: Python :: 3.9',
3736
'Programming Language :: Python :: 3.10',
3837
'Programming Language :: Python :: 3.11',
38+
'Programming Language :: Python :: 3.12',
3939
'Programming Language :: Python :: Implementation :: CPython',
4040
'Topic :: Scientific/Engineering :: Information Analysis'],
4141
keywords=['imaging', 'spectra', 'transmission', 'electron', 'microscopy',
@@ -48,7 +48,7 @@
4848
author="Gerd Duscher",
4949
author_email="gduscher@utk.edu",
5050

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',
5252
'spglib', 'scikit-image', 'scikit-learn', 'pyNSID>=0.0.7', 'sidpy>=0.12.1', 'SciFiReaders>=0.0.8'], # 'PyQt5> 1.0'],#
5353
setup_requires=['pytest-runner'],
5454
tests_require=['pytest'],

0 commit comments

Comments
 (0)