Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 120
6 changes: 3 additions & 3 deletions install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file should be committed to your app code.
version: 1.0
# This should be greater or equal to your tethys-platform in your environment
tethys_version: ">=4.0.0"
# This should match the app - package name in your setup.py
name: gwdm

Expand All @@ -8,18 +10,16 @@ requirements:
skip: false
conda:
channels:
- bjrn
- conda-forge
packages:
- geopandas
- scipy
- statsmodels
- rioxarray
- geojson
- simplejson
- pandarallel
- gstools
- thredds_crawler
- siphon
- matplotlib
- sphinx_rtd_theme
- sphinx
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
setup(
name=release_package,
version="0.0.2",
tethys_version=['3', '4'],
description="Ground Water Data Mapper",
long_description="",
keywords="",
Expand Down
Loading