Skip to content

Commit

Permalink
try new version of dataframe-api-compat
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 Apr 24, 2024
1 parent 290bcf4 commit 130eb97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tqdm>=4.60.0
numexpr<2.8.5
# Latest modin-spreadsheet with widget fix
git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
dataframe-api-compat>=0.2.6
git+https://github.com/data-apis/dataframe-api-compat.git@42969958d4dada47dae318b470d9855ee8bbe3a5

## dependencies for making release
PyGithub>=1.58.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/env_hdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ dependencies:
- mypy>=1.0.0

- pip:
- dataframe-api-compat>=0.2.6
- git+https://github.com/data-apis/dataframe-api-compat.git@42969958d4dada47dae318b470d9855ee8bbe3a5
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI.
- numpydoc==1.1.0
2 changes: 1 addition & 1 deletion requirements/env_unidist_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
- pandas-stubs>=2.0.0

- pip:
- dataframe-api-compat>=0.2.6
- git+https://github.com/data-apis/dataframe-api-compat.git@42969958d4dada47dae318b470d9855ee8bbe3a5
# Fixes breaking ipywidgets changes, but didn't release yet.
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5
- connectorx>=0.2.6a4
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- flake8-print>=5.0.0

- pip:
- dataframe-api-compat>=0.2.6
- git+https://github.com/data-apis/dataframe-api-compat.git@42969958d4dada47dae318b470d9855ee8bbe3a5
- asv==0.5.1
# no conda package for windows
- connectorx>=0.2.6a4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ray==2.5.0 broken: https://github.com/conda-forge/ray-packages-feedstock/issues/100
ray_deps = ["ray[default]>=2.1.0,!=2.5.0", "pyarrow>=7.0.0"]
mpi_deps = ["unidist[mpi]>=0.2.1"]
consortium_standard_deps = ['dataframe-api-compat>=0.2.6']
consortium_standard_deps = ['git+https://github.com/data-apis/dataframe-api-compat.git@42969958d4dada47dae318b470d9855ee8bbe3a5']
spreadsheet_deps = ["modin-spreadsheet>=0.1.0"]
# Currently, Modin does not include `mpi` option in `all`.
# Otherwise, installation of modin[all] would fail because
Expand Down

0 comments on commit 130eb97

Please sign in to comment.