-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: mvashishtha <mahesh@ponder.io>
- Loading branch information
1 parent
1590e65
commit 0254080
Showing
4 changed files
with
122 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pandas==1.5.2 | ||
- numpy>=1.18.5 | ||
- pyarrow>=4.0.1 | ||
- fsspec | ||
- xarray | ||
- Jinja2 | ||
- scipy | ||
- pip | ||
- s3fs>=2021.8 | ||
- feather-format | ||
- lxml | ||
- openpyxl | ||
- xlrd | ||
- matplotlib | ||
- sqlalchemy>=1.4.0 | ||
- pandas-gbq | ||
- pytables | ||
- msgpack-python | ||
- psutil | ||
- pytest>=6.0.1 | ||
- pytest-benchmark | ||
- pytest-cov>=2.10.1 | ||
- pytest-xdist>=2.1.0 | ||
- coverage | ||
- pygithub | ||
- rpyc==4.1.5 | ||
- cloudpickle | ||
- boto3 | ||
# TODO(https://github.com/modin-project/modin/issues/5194): Uncap xgboost | ||
# when we use collective instead of rabit. | ||
- xgboost>=1.7.1,<2.0.0 | ||
- tqdm | ||
- pip: | ||
# Fixes breaking ipywidgets changes, but didn't release yet. | ||
- git+https://github.com/modin-project/modin-spreadsheet.git@49ffd89f683f54c311867d602c55443fb11bf2a5 | ||
- git+https://github.com/airspeed-velocity/asv.git@ef016e233cb9a0b19d517135104f49e0a3c380e9 | ||
# no conda package for windows | ||
- connectorx>=0.2.6a4 | ||
- black | ||
# TODO: remove when flake8 5.x stabilizes and appears in both pip and conda-forge; see GH-#4745 | ||
- flake8<5 | ||
- flake8-no-implicit-concat | ||
- flake8-print | ||
# The `numpydoc` version should match the version installed in the `lint-pydocstyle` job of the CI. | ||
- numpydoc==1.1.0 |