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 6aa2904 commit fe22d09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: '3.10'

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3

- name: Render html files
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
with:
# Upload "site" repository
path: 'site'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "hypergrad"
description = ''
description = 'Simple and extensible hypergradient for PyTorch'
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
Expand All @@ -20,9 +20,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
'torch',
'rich',
'torchvision'
"torch",
"torchvision",
"rich",
]
dynamic = ["version"]

Expand Down

0 comments on commit fe22d09

Please sign in to comment.