Skip to content

Commit

Permalink
align dependencies with pandas
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 Feb 6, 2024
1 parent 0b0a657 commit a67f209
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 69 deletions.
24 changes: 12 additions & 12 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# required dependencies
- pandas>=2.2,<2.3
- numpy>=1.22.4
- fsspec>=2022.05.0
- fsspec>=2022.11.0
- packaging>=21.0
- psutil>=5.8.0

Expand All @@ -20,21 +20,21 @@ dependencies:
- grpcio!=1.46.*
- dask>=2.22.0
- distributed>=2.22.0
- xarray>=2022.03.0
- xarray>=2022.12.0
- jinja2>=3.1.2
- scipy>=1.8.1
- s3fs>=2022.05.0
- lxml>=4.8.0
- openpyxl>=3.0.10
- scipy>=1.10.0
- s3fs>=2022.11.0
- lxml>=4.9.2
- openpyxl>=3.1.0
- xlrd>=2.0.1
- matplotlib>=3.6.1
- sqlalchemy>=1.4.0,<1.4.46
- pandas-gbq>=0.15.0
- pytables>=3.7.0
- 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.3
- fastparquet>=0.8.1
- psycopg2>=2.9.6
- fastparquet>=2022.12.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fsspec>=2022.05.0
fsspec>=2022.11.0
jupyterlab
ipywidgets
modin[dask]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fsspec>=2022.05.0
fsspec>=2022.11.0
jupyterlab
ipywidgets
tqdm>=4.60.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- pip
- fsspec>=2022.05.0
- fsspec>=2022.11.0
- jupyterlab
- ipywidgets
- modin-mpi
Expand Down
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## required dependencies
pandas>=2.2,<2.3
numpy>=1.22.4
fsspec>=2022.05.0
fsspec>=2022.11.0
packaging>=21.0
psutil>=5.8.0

Expand All @@ -11,24 +11,24 @@ ray[default]>=1.13.0,!=2.5.0
pyarrow>=7.0.0
dask[complete]>=2.22.0
distributed>=2.22.0
xarray>=2022.03.0
xarray>=2022.12.0
Jinja2>=3.1.2
scipy>=1.8.1
s3fs>=2022.05.0
lxml>=4.8.0
openpyxl>=3.0.10
scipy>=1.10.0
s3fs>=2022.11.0
lxml>=4.9.2
openpyxl>=3.1.0
xlrd>=2.0.1
matplotlib>=3.6.1
sqlalchemy>=1.4.0,<1.4.46
pandas-gbq>=0.15.0
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
# but this is ok for testing and development
psycopg2-binary>=2.9.3
connectorx>=0.2.6a4
fastparquet>=0.8.1
fastparquet>=2022.12.0
flask-cors
tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
Expand Down
18 changes: 9 additions & 9 deletions requirements/env_hdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ dependencies:
- pandas>=2.2,<2.3
- numpy>=1.22.4
- pyhdk==0.9
- fsspec>=2022.05.0
- fsspec>=2022.11.0
- packaging>=21.0
- psutil>=5.8.0

# optional dependencies
- s3fs>=2022.05.0
- openpyxl>=3.0.10
- s3fs>=2022.11.0
- openpyxl>=3.1.0
- xlrd>=2.0.1
- sqlalchemy>=1.4.0,<1.4.46
- scipy>=1.8.1
- matplotlib>=3.6.1
- xarray>=2022.03.0
- pytables>=3.7.0
- fastparquet>=0.8.1
- sqlalchemy>=2.0.0
- scipy>=1.10.0
- matplotlib>=3.6.3
- xarray>=2022.12.0
- pytables>=3.8.0
- fastparquet>=2022.12.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5

Expand Down
24 changes: 12 additions & 12 deletions requirements/env_unidist_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ dependencies:
- numpy>=1.22.4
- unidist-mpi>=0.2.1
- mpich
- fsspec>=2022.05.0
- fsspec>=2022.11.0
- packaging>=21.0
- psutil>=5.8.0

# optional dependencies
- pyarrow>=7.0.0
- xarray>=2022.03.0
- xarray>=2022.12.0
- jinja2>=3.1.2
- scipy>=1.8.1
- s3fs>=2022.05.0
- lxml>=4.8.0
- openpyxl>=3.0.10
- scipy>=1.10.0
- s3fs>=2022.11.0
- lxml>=4.9.2
- openpyxl>=3.1.0
- xlrd>=2.0.1
- matplotlib>=3.6.1
- sqlalchemy>=1.4.0,<1.4.46
- pandas-gbq>=0.15.0
- pytables>=3.7.0
- 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.3
- fastparquet>=0.8.1
- psycopg2>=2.9.6
- fastparquet>=2022.12.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
Expand Down
24 changes: 12 additions & 12 deletions requirements/env_unidist_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ dependencies:
- numpy>=1.22.4
- unidist-mpi>=0.2.1
- msmpi
- fsspec>=2022.05.0
- fsspec>=2022.11.0
- packaging>=21.0
- psutil>=5.8.0

# optional dependencies
- pyarrow>=7.0.0
- xarray>=2022.03.0
- xarray>=2022.12.0
- jinja2>=3.1.2
- scipy>=1.8.1
- s3fs>=2022.05.0
- lxml>=4.8.0
- openpyxl>=3.0.10
- scipy>=1.10.0
- s3fs>=2022.11.0
- lxml>=4.9.2
- openpyxl>=3.1.0
- xlrd>=2.0.1
- matplotlib>=3.6.1
- sqlalchemy>=1.4.0,<1.4.46
- pandas-gbq>=0.15.0
- pytables>=3.7.0
- 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.3
- fastparquet>=0.8.1
- psycopg2>=2.9.6
- fastparquet>=2022.12.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
Expand Down
20 changes: 10 additions & 10 deletions requirements/requirements-no-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ dependencies:
# required dependencies
- pandas>=2.2,<2.3
- numpy>=1.22.4
- fsspec>=2022.05.0
- fsspec>=2022.11.0
- packaging>=21.0
- psutil>=5.8.0

# optional dependencies
- pyarrow>=7.0.0
- xarray>=2022.03.0
- xarray>=2022.12.0
- jinja2>=3.1.2
- scipy>=1.8.1
- s3fs>=2022.05.0
- lxml>=4.8.0
- openpyxl>=3.0.10
- scipy>=1.10.0
- s3fs>=2022.11.0
- lxml>=4.9.2
- openpyxl>=3.1.0
- xlrd>=2.0.1
- matplotlib>=3.6.1
- sqlalchemy>=1.4.0,<1.4.46
- pandas-gbq>=0.15.0
- pytables>=3.7.0
- matplotlib>=3.6.3
- sqlalchemy>=2.0.0
- pandas-gbq>=0.19.0
- pytables>=3.8.0
- tqdm>=4.60.0
# pandas isn't compatible with numexpr=2.8.5: https://github.com/modin-project/modin/issues/6469
- numexpr<2.8.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def make_distribution(self):
"pandas>=2.2,<2.3",
"packaging>=21.0",
"numpy>=1.22.4",
"fsspec>=2022.05.0",
"fsspec>=2022.11.0",
"psutil>=5.8.0",
],
extras_require={
Expand Down

0 comments on commit a67f209

Please sign in to comment.