Skip to content

Commit

Permalink
Drop pathlib2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrv committed Jun 26, 2023
1 parent cf0e370 commit 9f52b6a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- h5py
- numpy
- pandas
- pathlib2
- pint
- psutil
- pyfileindex
Expand Down
1 change: 0 additions & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- h5py =3.9.0
- numpy =1.24.3
- pandas =2.0.2
- pathlib2 =2.3.7.post1
- pint =0.22
- psutil =5.9.5
- pyfileindex =0.0.11
Expand Down
2 changes: 1 addition & 1 deletion pyiron_base/project/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

import json
from pathlib2 import Path
from pathlib import Path
import warnings
from pyiron_base.storage.hdfio import FileHDFio
from pyiron_base.storage.datacontainer import DataContainer
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
'h5py==3.9.0',
'numpy==1.24.3',
'pandas==2.0.2',
'pathlib2==2.3.7.post1',
'pint==0.22',
'psutil==5.9.5',
'pyfileindex==0.0.11',
Expand Down

0 comments on commit 9f52b6a

Please sign in to comment.