Skip to content

Commit

Permalink
Merge pull request #20 from TerrainBento/barnhark/specify_lt_v2
Browse files Browse the repository at this point in the history
Specify Landlab version (less than 2.0)
  • Loading branch information
kbarnhart committed Dec 30, 2019
2 parents eea1fba + 5d76930 commit ea72237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Expand Up @@ -12,7 +12,7 @@ dependencies:
# for the package
- scipy
- numpy
- landlab>=1.10.1
- landlab>=1.10.1, <2.0
# for the notebooks
- jupyter
- holoviews
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,5 +28,5 @@
long_description_content_type="text/markdown",
zip_safe=False,
packages=find_packages(),
install_requires=["scipy", "numpy", "landlab>=1.10.1"],
install_requires=["scipy", "numpy", "landlab>=1.10.1, <2.0"],
)

0 comments on commit ea72237

Please sign in to comment.