Skip to content

Commit

Permalink
DAS-2166: bumps version of harmony-py
Browse files Browse the repository at this point in the history
Also:
Adds license text to readme.
Reorders file descriptions correctly.
  • Loading branch information
flamingbear committed May 15, 2024
1 parent 5f194ae commit c95681b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,22 @@ also with units of degrees.

* `docs` - A directory with example usage notebooks.

* `tests` - A directory containing the service unit test suite.

* `harmony_browse_image_generator` - A directory containing Python source code
for the HyBIG. `adapter.py` contains the `BrowseImageGeneratorAdapter`
class that is invoked by calls to the service.

* `tests` - A directory containing the service unit test suite.

* `CHANGELOG.md` - This file contains a record of changes applied to each new
release of a service Docker image. Any release of a new service version
should have a record of what was changed in this file.

* `CONTRIBUTING.md` - This file contains guidance for making contributions to
HyBIG, including recommended git best practices.

* `LICENSE` - Required for distribution under NASA open-source
approval. Details conditions for use, reproduction and distribution.

* `README.md` - This file, containing guidance on developing the service.

* `conda_requirements.txt` - A list of service dependencies, such as GDAL, that
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
notebook==7.0.3
harmony-py==0.4.10
harmony-py~=0.4.14

0 comments on commit c95681b

Please sign in to comment.