Skip to content

Commit

Permalink
added windows constraint in noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Oct 24, 2023
1 parent 84b5632 commit 6b9c765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ def tests(session: Session) -> None:
"""Run the test suite."""
if platform.system() == "Windows":
session.install(
"jax[cpu]",
"jax[cpu]==0.4.11",
"-f",
"https://whls.blob.core.windows.net/unstable/index.html",
"--use-deprecated",
"legacy-resolver",
)
session.install("ml-dtypes==0.2.0")
session.install(".")
session.install(
"dask",
Expand Down

0 comments on commit 6b9c765

Please sign in to comment.