Skip to content

Commit

Permalink
Update setuptools_scm to fix CI dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed May 20, 2024
1 parent e2b819f commit fb34cd2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda-envs/mlos-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- pydocstyle
- flake8
- setuptools
- setuptools-scm
- jupyter
- ipykernel
- nb_conda_kernels
Expand All @@ -26,6 +25,7 @@ dependencies:
- pip:
- autopep8>=1.7.0
- bump2version
- setuptools-scm>=8.1.0
- check-jsonschema
- licenseheaders
- mypy
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/mlos-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- pydocstyle
- flake8
- setuptools
- setuptools-scm
- jupyter
- ipykernel
- nb_conda_kernels
Expand All @@ -26,6 +25,7 @@ dependencies:
- pip:
- autopep8>=1.7.0
- bump2version
- setuptools-scm>=8.1.0
- check-jsonschema
- licenseheaders
- mypy
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/mlos-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- pydocstyle
- flake8
- setuptools
- setuptools-scm
- jupyter
- ipykernel
- nb_conda_kernels
Expand All @@ -26,6 +25,7 @@ dependencies:
- pip:
- autopep8>=1.7.0
- bump2version
- setuptools-scm>=8.1.0
- check-jsonschema
- licenseheaders
- mypy
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/mlos-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- pydocstyle
- flake8
- setuptools
- setuptools-scm
- jupyter
- ipykernel
- nb_conda_kernels
Expand All @@ -26,6 +25,7 @@ dependencies:
- pip:
- autopep8>=1.7.0
- bump2version
- setuptools-scm>=8.1.0
- check-jsonschema
- licenseheaders
- mypy
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/mlos-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- pydocstyle
- flake8
- setuptools
- setuptools-scm
- jupyter
- ipykernel
- nb_conda_kernels
Expand All @@ -30,6 +29,7 @@ dependencies:
- pip:
- autopep8>=1.7.0
- bump2version
- setuptools-scm>=8.1.0
- check-jsonschema
- licenseheaders
- mypy
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/mlos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- pydocstyle
- flake8
- setuptools
- setuptools-scm
- jupyter
- ipykernel
- nb_conda_kernels
Expand All @@ -24,6 +23,7 @@ dependencies:
- pip:
- autopep8>=1.7.0
- bump2version
- setuptools-scm>=8.1.0
- check-jsonschema
- licenseheaders
- mypy
Expand Down

0 comments on commit fb34cd2

Please sign in to comment.