Skip to content

Commit

Permalink
specify landlab less than version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarnhart committed Dec 29, 2019
1 parent 0a42a9e commit 5d76930
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 5d76930

Please sign in to comment.