Skip to content

Commit

Permalink
drop pytables for now
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Jun 5, 2024
1 parent 423c19e commit 681440a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- matplotlib>=3.6.3
- sqlalchemy>=2.0.0
- pandas-gbq>=0.19.0
- pytables>=3.8.0
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
- pymssql>=2.1.5,!=2.2.8
- psycopg2>=2.9.6
Expand Down
1 change: 1 addition & 0 deletions modin/tests/pandas/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2484,6 +2484,7 @@ def test_read_excel_empty_frame(self, make_excel_file):
)


@pytest.mark.skip
@pytest.mark.filterwarnings(default_to_pandas_ignore_string)
class TestHdf:
@pytest.mark.parametrize("format", [None, "table"])
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ xlrd>=2.0.1
matplotlib>=3.6.3
sqlalchemy>=2.0.0
pandas-gbq>=0.19.0
tables>=3.7.0
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
pymssql>=2.1.5,!=2.2.8
# psycopg devs recommend the other way of installation for production
Expand Down
1 change: 0 additions & 1 deletion requirements/env_unidist_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies:
- matplotlib>=3.6.3
- sqlalchemy>=2.0.0
- pandas-gbq>=0.19.0
- pytables>=3.8.0
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
- pymssql>=2.1.5,!=2.2.8
- psycopg2>=2.9.6
Expand Down
1 change: 0 additions & 1 deletion requirements/env_unidist_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies:
- matplotlib>=3.6.3
- sqlalchemy>=2.0.0
- pandas-gbq>=0.19.0
- pytables>=3.8.0
# pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429
- pymssql>=2.1.5,!=2.2.8
- psycopg2>=2.9.6
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
- matplotlib>=3.6.3
- sqlalchemy>=2.0.0
- pandas-gbq>=0.19.0
- pytables>=3.8.0
- tqdm>=4.60.0
- numexpr>=2.8.4

Expand Down

0 comments on commit 681440a

Please sign in to comment.