File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Install dependencies
2323 run : |
24- python -m pip install pip==20.3.4 # fix for github actions failures
24+ python -m pip install --upgrade pip
2525 pip install numpy wheel
2626 pip install -r requirements.txt
2727 pip install -e .[docs]
Original file line number Diff line number Diff line change 1818
1919 - name : Install dependencies
2020 run : |
21- python -m pip install pip==20.3.4 # fix for github actions failures
21+ python -m pip install --upgrade pip
2222 pip install numpy wheel
2323 pip install -r requirements.txt
24- pip install -e .[mayavi]
2524 pip install -e .[tests]
2625 pip install -e .[decimation]
2726
Original file line number Diff line number Diff line change 2222
2323 - name : Install dependencies
2424 run : |
25- python -m pip install pip==20.3.4 # fix for github actions failures
25+ python -m pip install --upgrade pip
2626 pip install numpy wheel
2727 pip install -r requirements.txt
28- pip install -e .[mayavi]
2928 pip install -e .[tests]
3029 pip install -e .[decimation]
3130
Original file line number Diff line number Diff line change 77from ifermi .plot import FermiSlicePlotter , FermiSurfacePlotter
88from ifermi .surface import FermiSurface
99
10- try :
11- import open3d
12- except ImportError :
13- open3d = None
14-
1510test_dir = Path (__file__ ).resolve ().parent
1611
1712
You can’t perform that action at this time.
0 commit comments