We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64b876 commit b4443abCopy full SHA for b4443ab
2 files changed
.travis.yml
@@ -15,3 +15,4 @@ script:
15
- export PATH="$HOME/miniconda/bin:$PATH"
16
- conda activate earth-analytics-python
17
- python -c "import earthpy"
18
+ - conda list
environment.yml
@@ -4,7 +4,7 @@ channels:
4
- defaults
5
6
dependencies:
7
- - python=3.7
+ - python=3.8
8
- pip
9
# Core scientific python
10
- numpy
0 commit comments