-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ppai/land-cover: simplify tests and pin python version (#8501)
* rebase * remove constraints file * pin python version * add copyright * add python version
- Loading branch information
1 parent
c879b3a
commit 089ee19
Showing
12 changed files
with
90 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
people-and-planet-ai/land-cover-classification/constraints.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
people-and-planet-ai/land-cover-classification/requirements-test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Requirements to run tests. | ||
apache-beam[interactive]==2.41.0 | ||
apache-beam[interactive]==2.42.0 | ||
importnb==2022.10.24 | ||
ipykernel==6.16.0 | ||
ipykernel==6.17.1 | ||
nbclient==0.7.0 | ||
pytest-xdist==2.5.0 | ||
pytest==7.1.2 | ||
pytest-xdist==3.0.2 | ||
pytest==7.2.0 |
8 changes: 4 additions & 4 deletions
8
people-and-planet-ai/land-cover-classification/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Requirements to run the notebooks. | ||
apache-beam[gcp]==2.41.0 | ||
earthengine-api==0.1.325 | ||
apache-beam[gcp]==2.42.0 | ||
earthengine-api==0.1.331 | ||
folium==0.13.0 | ||
google-cloud-aiplatform==1.17.1 | ||
imageio==2.22.0 | ||
google-cloud-aiplatform==1.18.3 | ||
imageio==2.22.4 | ||
plotly==5.11.0 | ||
tensorflow==2.10.0 |
1 change: 1 addition & 0 deletions
1
people-and-planet-ai/land-cover-classification/serving/.python-version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.10.x |
2 changes: 1 addition & 1 deletion
2
people-and-planet-ai/land-cover-classification/serving/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Requirements for the prediction web service. | ||
Flask==2.2.2 | ||
earthengine-api==0.1.325 | ||
earthengine-api==0.1.331 | ||
gunicorn==20.1.0 | ||
tensorflow==2.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters