Skip to content

Commit

Permalink
testing only on py 3.9; added some deps based on observations on new vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vineet Bansal committed Feb 17, 2025
1 parent 76d63f3 commit b3a12a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Setup pyenv
uses: "gabrielfalcao/pyenv-action@v10"
with:
default: 3.7.9
versions: 3.8.6, 3.9.0
default: 3.9.21
versions: 3.9.21

- name: Install global pyenv dependencies
run: |
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ pytest==6.2.5
torch==1.9.0
scipy==1.7.1
tables==3.6.1
streamlit-analytics
streamlit-analytics
altair==4.1.0
setuptools

0 comments on commit b3a12a2

Please sign in to comment.