Skip to content
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

DOC: development guide needs updates #329

Open
luweizheng opened this issue Apr 6, 2023 · 2 comments · May be fixed by #515
Open

DOC: development guide needs updates #329

luweizheng opened this issue Apr 6, 2023 · 2 comments · May be fixed by #515
Labels
documentation Improvements or additions to documentation

Comments

@luweizheng
Copy link
Collaborator

luweizheng commented Apr 6, 2023

The development guide on mamba and pip needs updates. There are no environment.yml and requirements-dev.txt files in the current repo.

@XprobeBot XprobeBot added the documentation Improvements or additions to documentation label Apr 6, 2023
@XprobeBot XprobeBot added this to the v0.3.0 milestone Apr 6, 2023
@qianduoduo0904
Copy link
Contributor

Oh, for pip it should be

python -m pip install -e ".[dev]"

We don't use mamba pretty much, the doc is inherited from pandas, so maybe we can delete it, or add the environment.yml

@XprobeBot XprobeBot modified the milestones: v0.3.0, v0.3.2 May 17, 2023
@shark-21
Copy link
Contributor

shark-21 commented Jun 9, 2023

To add CI/environment.yml , does this contents of environment.yml look good? :

name: xorbits
channels:

  • conda-forge
  • defaults

dependencies:

  • python=3.8
  • numpy
  • pandas
  • scipy
  • scikit-learn
  • cloudpickle
  • pyyaml
  • pickle5
  • shared-memory38
  • tornado
  • sqlalchemy
  • defusedxml
  • tqdm
  • uvloop

@shark-21 shark-21 linked a pull request Jun 11, 2023 that will close this issue
@XprobeBot XprobeBot modified the milestones: v0.3.2, v0.4.1 Jul 1, 2023
@XprobeBot XprobeBot modified the milestones: v0.4.1, v0.4.3 Jul 11, 2023
@XprobeBot XprobeBot modified the milestones: v0.4.3, v0.5.1 Jul 28, 2023
@XprobeBot XprobeBot modified the milestones: v0.5.1, v0.5.2 Aug 14, 2023
@XprobeBot XprobeBot modified the milestones: v0.5.2, v0.6.0, v0.6.1 Sep 8, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.1, v0.6.2, v0.6.3 Sep 15, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.3, v0.7.0 Sep 25, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.0, v0.7.1 Oct 23, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.1, v0.7.2 Nov 21, 2023
@XprobeBot XprobeBot removed this from the v0.7.2 milestone Jan 5, 2024
@XprobeBot XprobeBot added this to the v0.7.3 milestone Jan 5, 2024
@XprobeBot XprobeBot modified the milestones: v0.7.3, v0.7.4 Aug 22, 2024
@luweizheng luweizheng removed this from the v0.7.4 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants