cyrusyc commited on
Commit
7ab307c
·
1 Parent(s): 8d70c47

add prefect to hf deps

Browse files
.github/workflows/sync-hf.yaml CHANGED
@@ -8,6 +8,7 @@ on:
8
 
9
  jobs:
10
  sync-to-hub:
 
11
  runs-on: ubuntu-latest
12
  steps:
13
  - uses: actions/checkout@v3
 
8
 
9
  jobs:
10
  sync-to-hub:
11
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
12
  runs-on: ubuntu-latest
13
  steps:
14
  - uses: actions/checkout@v3
requirements.txt CHANGED
@@ -3,10 +3,11 @@ plotly
3
  numpy
4
  scipy
5
  ase==3.23.0
6
- torch==2.2.1
7
- pymatgen==2024.4.13
8
  bokeh
9
  bokeh_sampledata
10
  statsmodels==0.14.2
 
11
  # py3Dmol==2.0.0.post2
12
  # stmol==0.0.9
 
3
  numpy
4
  scipy
5
  ase==3.23.0
6
+ torch==2.2.0
7
+ pymatgen==2025.1.9
8
  bokeh
9
  bokeh_sampledata
10
  statsmodels==0.14.2
11
+ prefect==3.1.11
12
  # py3Dmol==2.0.0.post2
13
  # stmol==0.0.9