-
Notifications
You must be signed in to change notification settings - Fork 173
[INF] Simplify environment #1133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
2ead22e
e43d6e7
7e248f6
22a9023
f3f083a
b0605fa
67d96df
5a956c0
a9a607d
878fc32
94effb2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -2,55 +2,45 @@ name: pyjanitor-dev | |||
channels: | ||||
- conda-forge | ||||
dependencies: | ||||
- python=3.9 | ||||
- biopython | ||||
- black=22.1.0 | ||||
- bump2version=1.0.1 | ||||
- cairo | ||||
- conda | ||||
- darglint | ||||
- doc8 | ||||
- flake8 | ||||
- hypothesis | ||||
- interrogate | ||||
- ipykernel | ||||
- ipython | ||||
- isort | ||||
- jinja2<3.1.0 # 27 March 2022: https://github.com/pallets/jinja/issues/1631 | ||||
Zeroto521 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||
- jupyterlab | ||||
- lxml | ||||
- make | ||||
- mkdocs | ||||
- mkdocs-material | ||||
- mkdocstrings-python | ||||
- missingno | ||||
- python>=3.6 | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now minimal python version is 3.6 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pandas minimum python version is 3.8, I feel we should make it that, or at least 3.7 because of dictionary order There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. py3.6 base on setup.py. Line 124 in 1908f35
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @samukweku @Zeroto521 thanks for doing the PR and reviewing! I think @samukweku's suggestion makes sense here. With |
||||
# required | ||||
- pandas | ||||
- pandas-flavor | ||||
- multipledispatch | ||||
- mypy | ||||
- natsort | ||||
- numba | ||||
- numpy | ||||
- scipy # math, functions | ||||
|
||||
# optional | ||||
- natsort # functions | ||||
- numba # functions | ||||
- biopython # biology | ||||
- rdkit # chemistry | ||||
- tqdm # chemistry | ||||
- unyt # engineering | ||||
- requests # finance | ||||
- pyspark>=3.2.0 | ||||
- xarray | ||||
# io | ||||
- openpyxl | ||||
- pandas-flavor | ||||
- xlrd | ||||
|
||||
# testing | ||||
- pytest | ||||
- pytest-cov | ||||
- pytest-xdist | ||||
- hypothesis | ||||
- pandas-vet | ||||
- pandas=1.3.5 | ||||
- pip | ||||
- pipreqs | ||||
- interrogate | ||||
|
||||
# dev | ||||
- pip-tools | ||||
- pre-commit | ||||
- pyflakes | ||||
- make | ||||
# IDE code style | ||||
- black | ||||
- pylint | ||||
- pyspark>=3.2.0 | ||||
- pytest | ||||
- pytest-cov | ||||
- pytest-xdist | ||||
- python-language-server | ||||
- rdkit=2021.09.3 | ||||
- recommonmark | ||||
- seaborn | ||||
- twine | ||||
- unyt | ||||
- xarray | ||||
- xlrd | ||||
- xorg-libxrender | ||||
- pip: | ||||
- mknotebooks | ||||
- isort | ||||
|
||||
# doc | ||||
- mkdocs | ||||
- mkdocs-material | ||||
- mkdocstrings-python |
Uh oh!
There was an error while loading. Please reload this page.