Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Dec 5, 2023
1 parent ca79eed commit 28ff1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/environment-mindeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
# required dependencies
- python=3.8
- python-cmr=0.7
- python-cmr=0.9.0
- pqdm=0.1
- requests=2.26
- s3fs=2022.11
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python-cmr = ">=0.7"
python-cmr = ">=0.9.0"
pqdm = ">=0.1"
requests = ">=2.26,<3.0.0"
s3fs = ">=2021.11, <2024"
fsspec = ">=2022.1"
s3fs = ">=2022.11, <2024"
fsspec = ">=2022.11"
tinynetrc = "^1.3.1"
multimethod = ">=1.8"
python-dateutil = ">=2.8.2"
Expand Down

0 comments on commit 28ff1bd

Please sign in to comment.