Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroscopeMaestro authored May 2, 2024
1 parent 768e46d commit 6ab45c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="spectramap",
version="0.5.3",
version="0.6.0.0",
author="Juan David Muñoz-Bolaños",
author_email="jmunozbolanos@gmail.com",
description="Hyperspectral package for spectroscopists",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/spectramap/spectramap",
url="https://github.com/MicroscopeMaestro/spectramap",
project_urls={
"Bug Tracker": "https://github.com/spectramap/spectramap",
"Bug Tracker": "https://github.com/MicroscopeMaestro/spectramap",
},
classifiers=[
"Programming Language :: Python :: 3",
Expand All @@ -25,6 +25,6 @@
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
install_requires=["scikit-learn", "pyspectra", "scipy"],
)
python_requires=">=3.7",
install_requires=["scikit-learn", "scipy", "numpy"],
)

0 comments on commit 6ab45c2

Please sign in to comment.