Skip to content

Commit

Permalink
Merge pull request #88 from dcs4cop/thomas_087_fix-conda
Browse files Browse the repository at this point in the history
Made geoDB installable using conda
  • Loading branch information
thomasstorm authored Feb 20, 2024
2 parents 7d0da43 + 761e971 commit d27d9bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

### Fixes

- Fixed issue where geoDB was not installable using conda. [#87]

## v1.0.6

### New Features
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge

dependencies:
# Python
- python >=3.6
# Required
- pip
- geopandas
- matplotlib-base
- psycopg2
- postgis
- requests
- ipyleaflet
- python-fastjsonschema
- python-dotenv
- requests-mock
- pip:
- testing.postgresql # not available from conda

0 comments on commit d27d9bc

Please sign in to comment.