Skip to content

Commit d0cec73

Browse files
committed
Remove pandas from setup.py
1 parent 503ea1c commit d0cec73

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ authors:
1010
orcid: "https://orcid.org/0000-0002-1987-9268"
1111
affiliation: "McGill University"
1212
title: "decargroup/pykoop"
13-
version: v2.0.0
13+
version: v2.0.1
1414
doi: 10.5281/zenodo.5576490
1515
url: "https://github.com/decargroup/pykoop"

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,14 @@ If you use this software in your research, please cite it as below or see
215215

216216
.. code-block:: bibtex
217217
218-
@software{dahdah_pykoop_2022,
218+
@software{dahdah_pykoop_2024,
219219
title={{decargroup/pykoop}},
220220
doi={10.5281/zenodo.5576490},
221221
url={https://github.com/decargroup/pykoop},
222222
publisher={Zenodo},
223223
author={Steven Dahdah and James Richard Forbes},
224-
version = {{v2.0.0}},
225-
year={2022},
224+
version = {{v2.0.1}},
225+
year={2024},
226226
}
227227
228228

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name='pykoop',
10-
version='2.0.0',
10+
version='2.0.1',
1111
description=('Koopman operator identification library in Python, '
1212
'compatible with `scikit-learn`'),
1313
long_description=readme,
@@ -41,7 +41,6 @@
4141
'scipy>=1.7.0',
4242
'scikit-learn>=1.0.0',
4343
'picos>=2.4.0',
44-
'pandas>=1.3.1',
4544
'optht>=0.2.0',
4645
'Deprecated>=1.2.13',
4746
'matplotlib>=3.5.1',

0 commit comments

Comments
 (0)