Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade packages and CI to rai-core-flask==0.7.5, rai-utils==0.4.2 and rai-test-utils==0.4.2 #2556

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
pip install -v -e .
working-directory: ${{ matrix.packageDirectory }}

- if: ${{ (matrix.packageDirectory == 'erroranalysis') || (matrix.packageDirectory == 'responsibleai') }}
name: Install rai_test_utils locally until next version is released
run: |
pip install -v -e .
working-directory: rai_test_utils

- name: Pip freeze
run: |
pip freeze > installed-requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion erroranalysis/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pytest-cov
pytest-mock==3.6.1

requirements-parser==0.2.0
rai_test_utils[object_detection]
rai-test-utils[object_detection]>=0.4.2
scikit-learn<=1.3.2
interpret-core[required]<=0.3.2
2 changes: 1 addition & 1 deletion erroranalysis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pandas>=0.25.1,<2.0.0
scipy>=1.4.1
scikit-learn>=0.22.1
lightgbm>=2.0.11
raiutils>=0.4.0
raiutils>=0.4.2
2 changes: 1 addition & 1 deletion nlp_feature_extractors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ numpy>=1.17.2
sentencepiece
spacy
tqdm
raiutils>=0.4.0
raiutils>=0.4.2
4 changes: 2 additions & 2 deletions raiwidgets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
numpy>=1.17.2,<=1.26.2
pandas>=0.25.1,<2.0.0
scipy>=1.4.1
rai-core-flask==0.7.3
rai-core-flask==0.7.5
itsdangerous<=2.1.2
scikit-learn>=0.22.1
lightgbm>=2.0.11
erroranalysis>=0.5.3
fairlearn==0.7.0
raiutils>=0.4.0
raiutils>=0.4.2
2 changes: 1 addition & 1 deletion responsibleai/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pytest-mock==3.6.1
# Required for responsibleai package tests
deptree~=0.0.10
xgboost<=1.0.0
rai_test_utils==0.3.0
rai-test-utils==0.4.2
# fix for recent joblib release and windows python 3.7 builds
joblib<1.3.0; python_version <= '3.7' and sys_platform == 'win32'
2 changes: 1 addition & 1 deletion responsibleai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ networkx<=2.5
ipykernel<=6.8.0; python_version <= '3.7'
ipykernel>=6.22.0; python_version > '3.7'
markupsafe<=2.1.2
raiutils>=0.4.0
raiutils>=0.4.2
Loading