Skip to content

Commit

Permalink
initial commit for fixing and updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisHoch committed Jun 19, 2020
1 parent ac596e1 commit 0c3e239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- numpy
- pcraster
- pip>=20.0
- python>=3.7
- python>=3.6
- python-dateutil>=2.8
- pytz>=2019.3
- rasterio>=1.1
Expand Down
4 changes: 3 additions & 1 deletion glofrim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
from glofrim.glofrim_bmi import Glofrim
from glofrim.spatial_coupling import SpatialCoupling
from glofrim.grids import UCGrid, UGrid, RGrid, Network1D
from glofrim import nb
from glofrim import nb

__version__ = '2.1'

0 comments on commit 0c3e239

Please sign in to comment.