Skip to content

Commit

Permalink
Update "setup.py" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Nov 30, 2022
1 parent 5d9dd51 commit 0af1b82
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@
}

install_requires = [
"colour-science>=0.4.0",
"colour-science>=0.4.2",
"imageio>=2,<3",
"numpy>=1.19,<2",
"scipy>=1.5,<2",
"numpy>=1.20,<2",
"scipy>=1.7,<2",
"typing-extensions>=4,<5",
]

extras_require = {
"development": [
"biblib-simple",
"black",
"blackdoc",
"coverage!=6.3",
"coveralls",
"flake8",
Expand All @@ -54,9 +55,9 @@
"toml",
"twine",
],
"plotting": ["matplotlib>=3.2,!=3.5.0,!=3.5.1"],
"plotting": ["matplotlib>=3.5,!=3.5.0,!=3.5.1"],
"read-the-docs": [
"matplotlib>=3.2,!=3.5.0,!=3.5.1",
"matplotlib>=3.5,!=3.5.0,!=3.5.1",
"pydata-sphinx-theme",
"sphinxcontrib-bibtex",
],
Expand All @@ -76,5 +77,5 @@
package_data=package_data,
install_requires=install_requires,
extras_require=extras_require,
python_requires=">=3.8,<3.11",
python_requires=">=3.9,<3.12",
)

0 comments on commit 0af1b82

Please sign in to comment.