Skip to content

Commit

Permalink
Merge pull request #1939 from microsoft/miguel/non-essential-deps
Browse files Browse the repository at this point in the history
Remove non essential deps
  • Loading branch information
miguelgfierro committed Jun 9, 2023
2 parents 679e80b + 88a9325 commit 0e67e29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"bottleneck>=1.2.1,<2",
"category_encoders>=1.3.0,<2",
"jinja2>=2,<3.1",
"pyyaml>=5.4.1,<6",
"requests>=2.0.0,<3",
"cornac>=1.1.2,<1.15.2;python_version<='3.7'",
"cornac>=1.15.2,<2;python_version>='3.8'", # After 1.15.2, Cornac requires python 3.8
Expand Down Expand Up @@ -72,7 +71,6 @@
"fastai>=1.0.46,<2",
],
"spark": [
"databricks_cli>=0.8.6,<1",
"pyarrow>=0.12.1,<7.0.0",
"pyspark>=2.4.5,<3.3.0",
],
Expand All @@ -81,7 +79,6 @@
"pytest>=3.6.4",
"pytest-cov>=2.12.1",
"pytest-mock>=3.6.1", # for access to mock fixtures in pytest
"pytest-rerunfailures>=10.2", # to mark flaky tests
],
}
# for the brave of heart
Expand Down

0 comments on commit 0e67e29

Please sign in to comment.