Skip to content

Commit

Permalink
testing on github
Browse files Browse the repository at this point in the history
  • Loading branch information
carynbear committed Aug 9, 2024
1 parent ba45232 commit 0adb653
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.10'] #3.11
os: [ubuntu-latest, macOS-latest] #,windows-latest]
os: [ubuntu-latest, macOS-latest, macOS-latest-large] #,windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ dev = [
]

[project.optional-dependencies]
dev = [
"pylint>=3.2.6",
"jupyter>=1.0.0",
"parameterized>=0.9.0",
]
all = [
"dynadojo[alg-all,sys-all]",
]
Expand Down Expand Up @@ -94,7 +99,7 @@ ndlib = [
"ndlib>=5.1.1",
]
networkx = [
"networkx>=3.2.1",
"networkx>=3.2.1",
]
tensorflow = [
"tensorflow>=2.16.2; sys_platform != \"darwin\" or platform_machine != \"x86_64\"",
Expand Down

0 comments on commit 0adb653

Please sign in to comment.