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

fix issue #28 #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

fix issue #28 #29

wants to merge 3 commits into from

Commits on Jun 29, 2023

  1. pyproject

    This commit adds the following new files.
    
    - `LICENSE.txt`
    - `pyproject.toml`
    
    It removes the older style installation files below in favor of the
    `pyproject.toml` file.
    
    - `requirements.txt`
    - `setup.py`
    
    The `README.md` file has been updated to reflect how to install a
    development copy of `arviz_dashboard`. We are also moving all files in
    the repo so that we have a `src-layout` repository for future directions
    with `tests` as well as the possibility of needing to create a monorepo
    for JavaScript dependencies.
    perovskite committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9e4f57a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. rm dependency version

    yilinxia committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8c4560d View commit details
    Browse the repository at this point in the history
  2. fix width and height

    yilinxia committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9d61474 View commit details
    Browse the repository at this point in the history