Skip to content

Commit

Permalink
Merge pull request #46 from DifferentiableUniverseInitiative/ASKabala…
Browse files Browse the repository at this point in the history
…n_patch

only build for x64
  • Loading branch information
ASKabalan authored Dec 9, 2024
2 parents 3eb801b + bbb074b commit 6cb1609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: "cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64"
CIBW_BUILD_VERBOSITY: 2
- uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ classifiers = [
]
dependencies = [
"jaxtyping>=0.2.0",
"jax",
"jax>=0.4.30",
]

[project.optional-dependencies]
test = ["pytest>=8.0.0" , "jax"]
test = ["pytest>=8.0.0" , "jax>=0.4.30"]

[tool.scikit-build]
minimum-version = "0.8"
Expand Down

0 comments on commit 6cb1609

Please sign in to comment.