Skip to content

Commit

Permalink
Update qgis_requirements.py (#409)
Browse files Browse the repository at this point in the history
* Update qgis_requirements.py

* Update qgis_requirements.py
  • Loading branch information
pedrocamargo committed May 7, 2023
1 parent 40325de commit aa5e53b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/qgis_requirements.py
Expand Up @@ -11,4 +11,8 @@ def replace_in_file(file_path, text_orig, suffix):

replace_in_file("../requirements.txt", "numpy", "<1.22")
replace_in_file("../pyproject.toml", "numpy", "<1.22")

replace_in_file("../requirements.txt", "pandas", "<1.2")
replace_in_file("../pyproject.toml", "pandas", "<1.2")

replace_in_file("../__version__.py", "{minor_version}", ".dev0")

0 comments on commit aa5e53b

Please sign in to comment.