Skip to content

Commit

Permalink
fix(setup.py): version chaos continues (and an up to date author list)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 18, 2022
1 parent bae2f46 commit cc521ef
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"gfw-creator==0.2.2",
"gitpython==3.1.20", # Maximum version for Python 3.6 support
"loguru==0.6.0",
"numpy==1.20.3", # Maximum version for Python 3.6 support
"numpy==1.19.5", # Maximum version for Python 3.6 support
"packaging==21.3",
"pandas>=1.0.0", # Correct compatiability with xarray for Python 3.6
"pandas==1.1.5", # Correct compatiability with xarray for Python 3.6
"psutil==5.9.1",
"pyyaml==5.1",
"questionary==1.10.0",
Expand All @@ -38,11 +38,21 @@

setup_requirements = []

test_requirements = ["pyfakefs==4.6.0",]
test_requirements = [
"pyfakefs==4.6.0",
]

setup(
author="Dirk Barbi",
author_email="[email protected]",
author="The ESM Tools Team",
author_email=[
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
],
python_requires=">=3.6, <3.10",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit cc521ef

Please sign in to comment.