Skip to content

Commit

Permalink
deps change with python-cmr update
Browse files Browse the repository at this point in the history
  • Loading branch information
itcarroll committed Apr 15, 2024
1 parent 998bcf0 commit 4dccdf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
5 changes: 3 additions & 2 deletions ci/environment-mindeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ channels:
dependencies:
# required dependencies
- python=3.8
- python-cmr=0.10.0
- pqdm=0.1
- requests=2.26
- s3fs=2022.11
- fsspec=2022.11
- tinynetrc=1.3.1
- multimethod=1.8
- python-dateutil=2.8.2
- importlib-resources=6.3.2
# test dependencies
- responses
Expand All @@ -26,3 +24,6 @@ dependencies:
- types-setuptools
- ruff
- vcrpy
- pip
- pip:
- python-cmr=0.10.0
19 changes: 2 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ s3fs = ">=2022.11"
fsspec = ">=2022.11"
tinynetrc = "^1.3.1"
multimethod = ">=1.8"
python-dateutil = ">=2.8.2"
kerchunk = { version = ">=0.1.2", optional = true }
dask = { version = ">=2022.1.0", optional = true }
importlib-resources = ">=6.3.2"
Expand Down

0 comments on commit 4dccdf7

Please sign in to comment.