Skip to content

Commit 443c193

Browse files
committed
rfc3339-validator: replace pip package with conda
See Issue #612
1 parent 4ae4d7f commit 443c193

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies:
3131
- rasterio >=1.2
3232
- requests >=2.25
3333
- requests-oauthlib >=1.3
34+
- rfc3339-validator >=1.4 # for python-jsonschema date-time format validation
3435
- s3fs >=2021.6
3536
- scipy >=1.6.0
3637
- setuptools >=41.0
@@ -46,6 +47,3 @@ dependencies:
4647
- pytest >=4.4
4748
- pytest-cov >=2.6
4849
- requests-mock >=1.8.0
49-
- pip
50-
- pip:
51-
- rfc3339-validator

0 commit comments

Comments
 (0)