Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
with open("README.md", "r") as fh:
long_description = fh.read()

install_requires = ["scipy<1.14.0"]

setuptools.setup(
name="eigentools",
version="2.2112",
Expand All @@ -13,6 +15,7 @@
long_description_content_type="text/markdown",
url="https://github.com/dedalusproject/eigentools",
packages=setuptools.find_packages(),
install_requires=install_requires,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
Expand Down