Browse Source

[MNT] Update setup to delete tf

tags/v0.3.2
bxdd 3 years ago
parent
commit
dff273771d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      setup.py

+ 1
- 2
setup.py View File

@@ -51,7 +51,7 @@ def get_platform():
# What packages are required for this module to be executed?
# `estimator` may depend on other packages. In order to reduce dependencies, it is not written here.
REQUIRED = [
"numpy>=1.22.0, <1.24",
"numpy>=1.20.0, <1.24",
"pandas>=0.25.1",
"scipy>=1.0.0",
"matplotlib>=3.1.3",
@@ -65,7 +65,6 @@ REQUIRED = [
"lightgbm>=3.3.0",
"psutil>=5.9.4",
"torchvision>=0.15.1",
"tensorflow>=2.4.0",
]

if get_platform() != MACOS:


Loading…
Cancel
Save