Skip to content

Commit 147590b

Browse files
committed
Removed unused dependencies
1 parent 226ba06 commit 147590b

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

setup.py

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
# Module name (lowercase)
2020
name='syncropatch_export',
2121
version=version,
22-
description='Post-process high-throughput patch-clamp data',
22+
description='Reads syncropatch data',
2323
long_description=readme,
24-
long_description_content_type="text/markdown",
25-
author='Frankie Patten-Elliot, Joseph Shuttleworth, Chon Lok Lei',
24+
long_description_content_type='text/markdown',
25+
author='Frankie Patten-Elliot, Joseph Shuttleworth, Chon Lok Lei, Michael Clerx',
2626
author_email='joseph.shuttleworth@nottingham.ac.uk',
2727
maintainer='Joseph Shuttleworth',
2828
maintainer_email='joseph.shuttleworth@nottingham.ac.uk',
2929
# url='https://github.com/CardiacModelling/markov-builder',
3030
classifiers=[
31-
"Programming Language :: Python :: 3",
32-
"License :: OSI Approved :: BSD License",
33-
"Operating System :: OS Independent",
31+
'Programming Language :: Python :: 3',
32+
'License :: OSI Approved :: BSD License',
33+
'Operating System :: OS Independent',
3434
],
3535

3636
# Packages to include
@@ -41,23 +41,18 @@
4141
include_package_data=True,
4242

4343
# Required Python version
44-
python_requires='>=3.7',
44+
python_requires='>=3.10',
4545

4646
# List of dependencies
4747
install_requires=[
48-
'scipy>=1.7',
4948
'numpy>=1.21',
50-
'matplotlib>=3.4',
51-
'pandas>=1.3',
52-
'regex>=2023.12.25'
5349
],
5450
extras_require={
5551
'test': [
5652
'pytest-cov>=2.10', # For coverage checking
5753
'pytest>=4.6', # For unit tests
5854
'flake8>=3', # For code style checking
5955
'isort',
60-
'mock>=3.0.5', # For mocking command line args etc.
6156
'codecov>=2.1.3',
6257
],
6358
'docs': [

0 commit comments

Comments
 (0)