Skip to content

Commit

Permalink
Merge pull request #1935 from microsoft/miguelgfierro-patch-1
Browse files Browse the repository at this point in the history
Remove azure cosmos
  • Loading branch information
miguelgfierro committed Jun 8, 2023
2 parents 58753b6 + a2b76de commit 679e80b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
# shared dependencies
extras_require = {
"examples": [
"azure.mgmt.cosmosdb>=0.8.0,<1",
"hyperopt>=0.1.2,<1",
"ipykernel>=4.6.1,<7",
"jupyter>=1,<2",
Expand Down Expand Up @@ -142,5 +141,5 @@
where=".",
exclude=["contrib", "docs", "examples", "scenarios", "tests", "tools"],
),
setup_requires=["numpy>=1.15"],
setup_requires=["numpy>=1.19"],
)

0 comments on commit 679e80b

Please sign in to comment.