Skip to content

Commit

Permalink
Merge pull request #1107 from pyiron/dependabot/pip/pint-0.22
Browse files Browse the repository at this point in the history
Bump pint from 0.21 to 0.22
  • Loading branch information
jan-janssen authored Jun 7, 2023
2 parents f475003 + c902e5c commit 04d99c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numpy =1.24.3
- pandas =2.0.2
- pathlib2 =2.3.7.post1
- pint =0.21
- pint =0.22
- psutil =5.9.5
- pyfileindex =0.0.11
- pysqa =0.0.25
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
python-version: 3.9
label: linux-64-py-3-9
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: 3.8
label: linux-64-py-3-8
prefix: /usr/share/miniconda3/envs/my-env

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'numpy==1.24.3',
'pandas==2.0.2',
'pathlib2==2.3.7.post1',
'pint==0.21',
'pint==0.22',
'psutil==5.9.5',
'pyfileindex==0.0.11',
'pysqa==0.0.25',
Expand Down

0 comments on commit 04d99c4

Please sign in to comment.