Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
update environments (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Oct 25, 2024
1 parent 227a4b1 commit 89048c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- sphinx
- sphinx-autoapi
# DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW
- cdsapi
- types-requests
- pip:
- cdsapi >= 0.7.0
- responses
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ channels:
# DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW AS SHOWN IN THE EXAMPLE
dependencies:
- attrs
- pip
- multiurl
- requests
- typing-extensions
- pip:
- multiurl
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ name = "cads-api-client"
readme = "README.md"
requires-python = ">=3.8"

[project.optional-dependencies]
legacy = ["cdsapi"]

[tool.coverage.run]
branch = true

Expand Down

0 comments on commit 89048c4

Please sign in to comment.