Skip to content

Commit

Permalink
removes macos and windows support until better tensorflow implementat…
Browse files Browse the repository at this point in the history
…ions are available
  • Loading branch information
Trybnetic committed Aug 26, 2024
1 parent 452cb7d commit a281c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
matrix:
os: [
ubuntu-latest,
windows-latest,
macOS-latest
#windows-latest,
#macOS-latest
]
python-version: ['3.9', '3.10', '3.11', '3.12']
poetry-version: [1.7.1]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ numpydoc = "^1.6.0"
easydev = "^0.12.1"
pylint = "^3.0.3"
nbsphinx = "^0.9.3"
h5py = "^3.11.0"
vulture = "^2.11"
pygt3x = "^0.5.2"
jinja2 = "<3.1.0"
Expand Down

0 comments on commit a281c1d

Please sign in to comment.