Skip to content

Commit e762afc

Browse files
committed
requirements: Remove setuptools from requirements
1 parent 3ef8930 commit e762afc

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ requirements:
6666
- requests
6767
- scikit-learn >=1.1.0,!=1.2.*,<1.4 # ignoring 1.2.*: scikit-learn/issues/26241
6868
- scipy >=1.9
69-
- serverfiles
7069
- setuptools >=51.0.0
7170
- xgboost >=1.7.4
7271
- xlsxwriter

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@ int-import-graph=
331331
overgeneral-exceptions=builtins.Exception
332332

333333
[isort]
334-
known-standard-library=pkg_resources
334+
known-standard-library=

requirements-core.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ requests
2121
scikit-learn>=1.1.0,!=1.2.*,<1.4 # ignoring 1.2.*: scikit-learn/issues/26241
2222
scipy>=1.9
2323
serverfiles # for Data Sets synchronization
24-
setuptools>=51.0.0
2524
xgboost>=1.7.4
2625
# Reading Excel files
2726
xlrd>=1.2.0

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ deps =
6565
oldest: scikit-learn==1.1.0
6666
oldest: scipy==1.9
6767
# oldest: serverfiles
68-
oldest: setuptools==51.0.0
6968
oldest: xgboost==1.7.4
7069
oldest: xlrd==1.2.0
7170
# oldest: xlsxwriter

0 commit comments

Comments
 (0)