Skip to main content

PEP 503 compliant repository for Jax

Project description

PEP 503 repository index for jax[cuda]

Daily automatically rebuilds

Repository

https://jorenham.github.io/jax_pep503/

Example: Adding jax[cuda] to a Poetry project

  • Add the repository as a secondary source to your pyproject.toml:

    ...
    
    [[tool.poetry.source]]
    name = "PyPI"
    priority = "primary"
    
    [[tool.poetry.source]]
    name = "jorenham/jax_pep503"
    url = "https://jorenham.github.io/jax_pep503/"
    priority = "supplemental"
    
    [tool.poetry.dependencies]
    ...
    
  • Now you can add jax[cuda] using:

    poetry add jax[cuda]
    

See the example project for more details.

See also

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jax_pep503-0.4.2.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

jax_pep503-0.4.2-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page