Skip to content

Commit

Permalink
updated per suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccorley committed Dec 5, 2021
1 parent 7d31845 commit 33ddf1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pip
- pycocotools
- pyproj>=2.2
- python>=3.8
- python>=3.6
- pytorch-gpu>=1.7
- rarfile>=3
- rasterio>=1.0.16
Expand All @@ -31,7 +31,7 @@ dependencies:
- omegaconf>=2.1
- open3d>=0.11.2
- opencv-python
- pandas>=1.0
- pandas>=0.19.1
- pillow>=2.9
- pydocstyle[toml]>=6.1
- pytest>=6
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ datasets =
# loading .las point clouds (idtrees) laspy 2+ required for Python 3.6+ support
laspy>=2.0.0
# open3d will add add support for python 3.9 in pypi in v0.14. v0.11.2 last version for tests to pass
# https://github.com/isl-org/Open3D/issues/1550
open3d>=0.11.2;python_version<'3.9'
opencv-python
# pandas > v1.0 for python 3.9 support
pandas>=1.0
# pandas > 0.19.1 for python 3.6 support
pandas>=0.19.1
pycocotools
# radiant-mlhub 0.2.1+ required for api_key bugfix:
# https://github.com/radiantearth/radiant-mlhub/pull/48
Expand Down

0 comments on commit 33ddf1a

Please sign in to comment.