Skip to content

Commit

Permalink
Merge pull request #763 from uber/jeong/remove-32bit-build
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tte authored Apr 20, 2024
2 parents b16d3b5 + d12feb1 commit 4ba0189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
html_theme_options = {"logo_only": False, "display_version": True}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ homepage = "https://github.com/uber/causalml"
[tool.cibuildwheel]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
build-verbosity = 1
# Skip 32-bit builds
skip = ["*-win32", "*-manylinux_i686"]

0 comments on commit 4ba0189

Please sign in to comment.