Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGrin committed Jan 2, 2025
1 parent e789037 commit 2a87c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
pip install -r requirements.txt
- name: Initialize submodules
run: git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scikit-learn>=1.3.1,<=1.6.0
httpx>=0.24.0,<=0.27.2
httpx>=0.25.0,<=0.27.2
omegaconf>=2.1.2,<=2.3.0
pandas>=2.1.2,<=2.2.3
password-strength>=0.0.3.post2,<=0.0.3.post2
Expand Down

0 comments on commit 2a87c5c

Please sign in to comment.