Skip to content

Commit

Permalink
Merge pull request #55 from weaviate/switch-to-python-3-10
Browse files Browse the repository at this point in the history
Switch to python 3.10 and update requirements to latest versions
  • Loading branch information
antas-marcin authored Mar 27, 2023
2 parents 4027ad0 + 1b91ccc commit f9907af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
cache: 'pip' # caching pip dependencies
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requests==2.28.2
transformers==4.25.1
fastapi==0.89.1
uvicorn==0.20.0
transformers==4.27.2
fastapi==0.95.0
uvicorn==0.21.1
nltk==3.8.1
torch==1.13.1
torch==2.0.0
sentencepiece==0.1.97
pytest
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
transformers==4.26.1
fastapi==0.92.0
uvicorn==0.20.0
transformers==4.27.2
fastapi==0.95.0
uvicorn==0.21.1
nltk==3.8.1
torch==1.13.1
torch==2.0.0
sentencepiece==0.1.97

0 comments on commit f9907af

Please sign in to comment.