Skip to content

Commit

Permalink
Remove glymur pins for infra, and exclude 0.9.0 in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 16, 2020
1 parent 3f94dff commit 30ebcda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- parfive
- sqlalchemy
- scikit-image
- glymur<0.9
- glymur
- beautifulsoup4
- drms
- python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- parfive
- sqlalchemy
- scikit-image
- glymur<0.9
- glymur
- beautifulsoup4
- drms
- python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
[options.extras_require]
database = sqlalchemy
image = scikit-image
jpeg2000 = glymur<0.9
jpeg2000 = glymur!=0.9.0
net =
beautifulsoup4
drms
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ conda_deps =
beautifulsoup4
dask
drms
glymur<0.9
glymur
hypothesis
jinja2
lxml
Expand Down

0 comments on commit 30ebcda

Please sign in to comment.