Skip to content

Commit

Permalink
Merge pull request #821 from jhkennedy/binder-conda-tweaks
Browse files Browse the repository at this point in the history
Some binder and conda env tweaks
  • Loading branch information
jhkennedy authored Sep 23, 2024
2 parents 2939f80 + 81e11cb commit 4510ac1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 30 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@
[**@Sherwin-14**](https://github.com/betolink),
[**@mfisher87**](https://github.com/mfisher87)



### Fixed

- Removed Broken Link "Introduction to NASA earthaccess"
([#779](https://github.com/nsidc/earthaccess/issues/779))
([**@Sherwin-14**](https://github.com/Sherwin-14))

### Removed

- Remove `binder/` directory, as we no longer need a special [binder](https://mybinder.org)
environment with the top-level `environment.yml` introduced in
[#733](https://github.com/nsidc/earthaccess/issues/733)
([@jhkennedy](https://github.com/jhkennedy))

## [0.10.0] 2024-07-19

### Changed
Expand Down
24 changes: 0 additions & 24 deletions binder/environment.yml

This file was deleted.

7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: earthaccess-dev
name: earthaccess
channels:
- conda-forge
dependencies:
# This environment bootstraps pip, the actual dev environment
# is installed and managed with pip
- python=3.10

- python
- pip
- pip:
- --editable .[dev,test,docs]
- --editable ".[dev,test,docs]"
variables:
# Allow pip installs when conda environment is active
PIP_REQUIRE_VENV: 0
Expand Down

0 comments on commit 4510ac1

Please sign in to comment.