Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 5, 2024
1 parent 84ab42f commit f01dbe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,6 @@ jobs:
- name: Use old matplotlib for tests to enable moments pictures.
run: |
conda install "matplotlib<3.5"
- name: Install SMAC (Linux, python3.8).
if: runner.os == 'Linux' && matrix.python-version == '3.8'
run: |
pip uninstall -y numpy
conda install numpy==1.20.0
pip install -r requirements/bayes_opt.txt
pip uninstall -y numpy
conda install numpy==1.20.0
- name: Check installations of packages.
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/bayes_opt.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scikit-optimize
configspace==0.7.1
configspace
Bayesmark
scikit-learn<=1.1.2; python_version>='3.8'
scipy<=1.6
Expand Down

0 comments on commit f01dbe9

Please sign in to comment.