Skip to content

Instantly share code, notes, and snippets.

View darsnack's full-sized avatar

Kyle Daruwalla darsnack

View GitHub Profile
@darsnack
darsnack / pyproject.toml
Created December 6, 2023 15:48
Poetry environment marker issue
[tool.poetry]
name = "example-project"
version = "0.1.0"
description = ""
authors = ["Test Name <test@gmail.com>"]
[tool.poetry.dependencies]
python = "~3.10"
jax = [
{version="0.4.21", extras=["cuda11_pip"], platform="linux"},