Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 4e9dba0

Browse files
committed
2 parents 696eccb + 58a8788 commit 4e9dba0

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

ci/environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: datatree
1+
name: datatree-test
22
channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- xarray >=0.19.0
6+
- python>=3.9
7+
- xarray>=0.20.2
78
- netcdf4
89
- anytree
910
- pytest

docs/requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ version: 2
33
build:
44
image: latest
55

6+
# Optionally set the version of Python and requirements required to build your docs
7+
conda:
8+
environment: ci/doc.yml
9+
610
python:
711
install:
8-
- requirements: docs/requirements.txt
912
- method: pip
1013
path: .

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
xarray>=0.20.2
22
anytree
3-
future

0 commit comments

Comments
 (0)