Skip to content

Commit

Permalink
[kedro-datasets] Bump version of tables in test_requirements.txt (#…
Browse files Browse the repository at this point in the history
…182)

* bump tables version and remove step in workflow

Signed-off-by: Ankita Katiyar <[email protected]>

* revert version for linux

Signed-off-by: Ankita Katiyar <[email protected]>

* change version to 3.7

Signed-off-by: Ankita Katiyar <[email protected]>

* remove extra line

Signed-off-by: Ankita Katiyar <[email protected]>

---------

Signed-off-by: Ankita Katiyar <[email protected]>
Signed-off-by: BrianCechmanek <[email protected]>
  • Loading branch information
ankatiyar authored and BrianCechmanek committed Apr 25, 2023
1 parent 41a3cb3 commit f5cbccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
run: |
cd ${{ inputs.plugin }}
pip install -r test_requirements.txt
- name: Install pytables (only for kedro-datasets on windows)
if: matrix.os == 'windows-latest' && inputs.plugin == 'kedro-datasets'
run: pip install tables
- name: pip freeze
run: pip freeze
- name: Run unit tests for Linux / all plugins
Expand Down
3 changes: 1 addition & 2 deletions kedro-datasets/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ scikit-learn~=1.0.2
scipy~=1.7.3
snowflake-snowpark-python~=1.0.0; python_version == '3.8'
SQLAlchemy>=1.4, <3.0 # The `Inspector.has_table()` method replaces the `Engine.has_table()` method in version 1.4.
tables~=3.6.0; platform_system == "Windows" and python_version < '3.9'
tables~=3.6; platform_system != "Windows"
tables~=3.7
tensorflow-macos~=2.0; platform_system == "Darwin" and platform_machine == "arm64"
tensorflow~=2.0; platform_system != "Darwin" or platform_machine != "arm64"
triad>=0.6.7, <1.0
Expand Down

0 comments on commit f5cbccd

Please sign in to comment.