Skip to content

Commit

Permalink
Moved from platform to markers with macos installation (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored and Pavel Sankin committed Nov 17, 2022
1 parent 8dfa3a1 commit 4705d62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ pytest-cov = { version = "*", optional = true }
pytest-mock = { version = "*", optional = true }
pytest-timeout = { version = "*", optional = true }
pytest-xdist = { version = "*", optional = true }
tensorflow = { version = "*", markers = "sys_platform == 'linux' or sys_platform == 'win32'", optional = true }
tensorflow-macos = { version = "*", platform = "darwin", optional = true }
tensorflow = { version = "*", optional = true }
torch = { version = "*", optional = true }
vega_datasets = { version = "*", optional = true }

Expand Down Expand Up @@ -107,7 +106,6 @@ dev = [
"pytest-timeout",
"pytest-xdist",
"tensorflow",
"tensorflow-macos",
"torch",
"vega_datasets",
]
Expand Down

0 comments on commit 4705d62

Please sign in to comment.