Skip to content

Commit

Permalink
remove scipy constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
  • Loading branch information
shinnar committed Feb 5, 2024
1 parent 4b7cac4 commit 0a7293d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ jobs:
- name: Install deps for test_snapml
if: ${{ matrix.test-case == 'test/test_snapml.py' }}
run: pip install 'numpy>=1.20.1,<1.24'
- name: Install deps for test_core_pipeline with scipy 1.5.4
if: ${{ matrix.test-case == 'test/test_core_pipeline.py' }}
run: pip install 'scipy==1.5.4'
- name: Imbalanced learn version for Python 3.8
if: ${{ matrix.test-case == 'test/test_interoperability.py' && matrix.python-version == 3.8}}
run: pip install 'imbalanced-learn==0.9.0' 'scikit-learn==1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsonschema<=4.20.0",
"jsonsubschema>=0.0.6",
"scikit-learn>=1.0.0,<=1.2.0",
"scipy<1.11.0",
"scipy",
"pandas",
"packaging",
"decorator",
Expand Down

0 comments on commit 0a7293d

Please sign in to comment.