Skip to content

Commit

Permalink
Merge pull request #611 from pyiron/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.21.5 to 1.22.0
  • Loading branch information
jan-janssen authored Jan 11, 2022
2 parents 38076e7 + 64c57e7 commit 8daf4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- gitpython =3.1.25
- h5io =0.1.4
- h5py =3.6.0
- numpy =1.21.5
- numpy =1.22.0
- pandas =1.3.5
- pathlib2 =2.3.6
- pint =0.18
Expand All @@ -19,4 +19,3 @@ dependencies:
- pytables =3.6.1
- sqlalchemy =1.4.29
- tqdm =4.62.3
- typing_extensions =4.0.1
2 changes: 0 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10']
include:
- operating-system: ubuntu-latest
python-version: 3.7
- operating-system: ubuntu-latest
python-version: 3.8
- operating-system: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'gitpython==3.1.25',
'h5io==0.1.4',
'h5py==3.6.0',
'numpy==1.21.5',
'numpy==1.22.0',
'pandas==1.3.5',
'pathlib2==2.3.6',
'pint==0.18',
Expand All @@ -43,8 +43,7 @@
'pysqa==0.0.15',
'sqlalchemy==1.4.29',
'tables==3.6.1',
'tqdm==4.62.3',
'typing_extensions==4.0.1'
'tqdm==4.62.3'
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 8daf4ee

Please sign in to comment.