Skip to content

Commit

Permalink
add required package
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Nov 27, 2024
1 parent 9b75a30 commit daf6e19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ dependencies:
- rsa
- ruamel.yaml
- ruamel.yaml.clib
- s3fs
- s3transfer
- scikit-image
- scipy
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ install_requires =
fsspec>=2022.1.0
fiona
rasterio>=1.3.2
s3fs
tflite-runtime
tl2cgen

Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pytest
pytest-cov
pytest-httpserver
pytest-timeout
s3fs
tflite-runtime
tl2cgen

Expand Down

0 comments on commit daf6e19

Please sign in to comment.