Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Upadate setup.py to update sepcified pysdk required version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Apr 23, 2020
1 parent 08415a5 commit 9c30a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Source": __about__.__uri__,
},
# dependencies
install_requires=["isogeo-pysdk>=3.2.5,<3.4", "openpyxl==3.0.*"],
install_requires=["isogeo-pysdk<=3.4", "openpyxl==3.0.*"],
extras_require={
"dev": ["black", "python-dotenv"],
"test": ["pytest", "pytest-cov"],
Expand Down

0 comments on commit 9c30a38

Please sign in to comment.