Skip to content

Commit

Permalink
add prefect to hf deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Jan 13, 2025
1 parent 8d70c47 commit 7ab307c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-hf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
sync-to-hub:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ plotly
numpy
scipy
ase==3.23.0
torch==2.2.1
pymatgen==2024.4.13
torch==2.2.0
pymatgen==2025.1.9
bokeh
bokeh_sampledata
statsmodels==0.14.2
prefect==3.1.11
# py3Dmol==2.0.0.post2
# stmol==0.0.9

0 comments on commit 7ab307c

Please sign in to comment.