Skip to content

Commit

Permalink
Add support for pip install covalent[cloud]
Browse files Browse the repository at this point in the history
Pretty self-explanatory. I added support for `pip install covalent[cloud]` in `setup.py`. I wasn't sure what the minimum viable version for `covalent-cloud` was so didn't put any `>=` version range.
  • Loading branch information
Andrew-S-Rosen authored May 9, 2024
1 parent d7841c7 commit c58c152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,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

0 comments on commit c58c152

Please sign in to comment.