Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Sep 17, 2024
1 parent 9e88539 commit 48e6047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt numpy==1.26.4 ConfigSpace==0.6.1 adsg-core==1.1.0
pip install -r requirements.txt
pip list
pip install -e .
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ pytest # tests runner
pytest-xdist # allows running parallel testing with pytest -n <num_workers>
pytest-cov # allows to get coverage report
ruff # format and lint code
smt
jenn >= 1.0.2, <2.0
egobox ~= 0.20.0
smt
numpy==1.26.4
ConfigSpace==0.6.1
adsg-core==1.1.0

0 comments on commit 48e6047

Please sign in to comment.