Skip to content

Commit

Permalink
Merge pull request #128 from ships/ships/deps/minor-updates-nix-consi…
Browse files Browse the repository at this point in the history
…stent

deps: Upgrade various Python deps
  • Loading branch information
fsaad authored May 4, 2024
2 parents 1a9491b + 6999c25 commit ab64356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
requirements = {
'src' : [
'astunparse==1.6.3',
'numpy==1.22.3',
'scipy==1.8.0',
'numpy==1.23.1',
'scipy==1.8.1',
'sympy==1.10.1',
],
'magics' : [
Expand All @@ -24,9 +24,9 @@
'pygraphviz==1.5',
],
'tests' : [
'pytest-timeout==1.3.3',
'pytest==5.2.2',
'coverage==5.3',
'pytest-timeout==2.1.0',
'pytest==7.1.2',
'coverage==6.4.2',
]
}
requirements['all'] = [r for v in requirements.values() for r in v]
Expand Down

0 comments on commit ab64356

Please sign in to comment.