Skip to content

Commit

Permalink
Merge pull request #181 from decargroup/bugfix/180-remove-pandas-from…
Browse files Browse the repository at this point in the history
…-setuppy

Remove `pandas` from `setup.py`
  • Loading branch information
sdahdah authored Sep 26, 2024
2 parents 503ea1c + d0cec73 commit 8283eb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors:
orcid: "https://orcid.org/0000-0002-1987-9268"
affiliation: "McGill University"
title: "decargroup/pykoop"
version: v2.0.0
version: v2.0.1
doi: 10.5281/zenodo.5576490
url: "https://github.com/decargroup/pykoop"
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ If you use this software in your research, please cite it as below or see

.. code-block:: bibtex
@software{dahdah_pykoop_2022,
@software{dahdah_pykoop_2024,
title={{decargroup/pykoop}},
doi={10.5281/zenodo.5576490},
url={https://github.com/decargroup/pykoop},
publisher={Zenodo},
author={Steven Dahdah and James Richard Forbes},
version = {{v2.0.0}},
year={2022},
version = {{v2.0.1}},
year={2024},
}
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='pykoop',
version='2.0.0',
version='2.0.1',
description=('Koopman operator identification library in Python, '
'compatible with `scikit-learn`'),
long_description=readme,
Expand Down Expand Up @@ -41,7 +41,6 @@
'scipy>=1.7.0',
'scikit-learn>=1.0.0',
'picos>=2.4.0',
'pandas>=1.3.1',
'optht>=0.2.0',
'Deprecated>=1.2.13',
'matplotlib>=3.5.1',
Expand Down

0 comments on commit 8283eb9

Please sign in to comment.