Skip to content

Commit

Permalink
Updated GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Oct 5, 2023
1 parent bdde300 commit f8633a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ site_description: The documentation for the Optimistix software library.
site_author: Patrick Kidger
site_url: https://docs.kidger.site/optimistix

repo_url: https://github.com/google/optimistix
repo_name: google/optimistix
repo_url: https://github.com/patrick-kidger/optimistix
repo_name: patrick-kidger/optimistix
edit_uri: "" # No edit button, as some of our pages are in /docs and some in /examples via symlink, so it's impossible for them all to be accurate

strict: true # Don't allow warnings during the build process
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "optimistix"
version = "0.0.3"
version = "0.0.4"
description = "Nonlinear optimisation in JAX and Equinox."
readme = "README.md"
requires-python ="~=3.9"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {repository = "https://github.com/google/optimistix" }
urls = {repository = "https://github.com/patrick-kidger/optimistix" }
dependencies = ["jax>=0.4.14", "jaxtyping>=0.2.20", "lineax>=0.0.2", "equinox>=0.11.0", "typing_extensions>=4.5.0"]

[build-system]
Expand Down

0 comments on commit f8633a6

Please sign in to comment.