Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pip install covalent[cloud] #1947

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Addedd

- Added support for doing `pip install covalent[cloud]`

## [0.235.1-rc.0] - 2024-06-10

### Authors
Expand All @@ -27,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ara Ghukasyan <[email protected]>
- Casey Jao <[email protected]>


### Changed

- Updated Slurm plugin docs to note possible SSH limitation
Expand Down Expand Up @@ -58,7 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Casey Jao <[email protected]>
- Co-authored-by: Santosh kumar <[email protected]>


### Fixed

- Sublattice electron function strings are now parsed correctly
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def find_sources(self):
"aws": ["boto3>=1.20.48"],
"azure": ["azure-identity>=1.13.0", "azure-storage-blob>=12.16.0"],
"braket": ["amazon-braket-pennylane-plugin>=1.17.4", "boto3>=1.28.5"],
"cloud": ["covalent-cloud"],
"gcp": ["google-auth>=2.16.2", "google-cloud-storage>=2.7.0"],
"mysql": ["mysqlclient>=2.1.1"],
"postgres": ["psycopg2-binary>=2.9.5"],
Expand Down
Loading