Skip to content

Commit

Permalink
revert hydromt/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Jul 25, 2023
1 parent adc861a commit 000d022
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hydromt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
"""HydroMT: Automated and reproducible model building and analysis."""

# version number without 'v' at start
__version__ = "0.8.1.dev0"

# Set environment variables (this will be temporary)
# to use shapely 2.0 in favor of pygeos (if installed)
import os

os.environ["USE_PYGEOS"] = "0"

__version__ = "0.8.1.dev0"


# pkg_resource deprication warnings originate from dependencies
# so silence them for now
import warnings
Expand Down

0 comments on commit 000d022

Please sign in to comment.