Skip to content

Commit 16f2fab

Browse files
authored
Only use conda-forge channel in environment (#398)
* Revert back scikit-gstat on conda channels * Modify setup with coreg submodule and description
1 parent bc39216 commit 16f2fab

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

dev-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- scipy
1818
- tqdm
1919
- scikit-image
20+
- scikit-gstat>=1.0
2021
- pytransform3d
2122
- geoutils==0.0.11
2223

@@ -40,7 +41,6 @@ dependencies:
4041
# - richdem
4142

4243
- pip:
43-
- scikit-gstat>=1.0.11
4444
- -e ./
4545

4646
# Development-specific

environment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ dependencies:
1717
- scipy
1818
- tqdm
1919
- scikit-image
20+
- scikit-gstat>=1.0
2021
- pytransform3d
2122
- geoutils==0.0.11
2223
- pip
2324

24-
- pip:
25-
- scikit-gstat>=1.0.11
26-
27-
2825
# - pip:
2926
# - git+https://github.com/GlacioHack/GeoUtils.git

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
setup(
1414
name="xdem",
1515
version=FULLVERSION,
16-
description="Set of tools to manipulate Digital Elevation Models (DEMs) ",
16+
description="Analysis of digital elevation models (DEMs)",
1717
long_description=LONG_DESCRIPTION,
1818
long_description_content_type="text/markdown",
1919
url="https://github.com/GlacioHack/xdem",
2020
author="The GlacioHack Team",
2121
author_email="this-is-not-an-email@a.com", # This is needed for PyPi unfortunately.
2222
license="BSD-3",
23-
packages=["xdem"],
23+
packages=["xdem", "xdem.coreg"],
2424
install_requires=[
2525
"numpy",
2626
"scipy",

0 commit comments

Comments
 (0)