Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moskomule committed Feb 1, 2023
1 parent 630d362 commit 6aa2904
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ Simple and extensible hypergradient for PyTorch
<!-- [![PyPI - Version](https://img.shields.io/pypi/v/hypergrad.svg)](https://pypi.org/project/hypergrad)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hypergrad.svg)](https://pypi.org/project/hypergrad) -->

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

First, install PyTorch appropriately. Then,
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,11 @@ dependencies = [
]

[[tool.hatch.envs.test.matrix]]
python = ["310", "311"]
python = ["310", "311"]

[tool.hatch.envs.docs]
extra-dependencies = [
"mkdocs-material"
]
[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean --strict"

0 comments on commit 6aa2904

Please sign in to comment.