Skip to content

Commit

Permalink
updated venv
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyakumar committed Oct 16, 2024
1 parent a99247a commit 8bb7d95
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 1,037 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ chatbot.ipynb
*.pkl
*.png
queries.txt
virtualenv/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -115,6 +116,7 @@ venv/
ENV/
env.bak/
venv.bak/
virtualenv

# Spyder project settings
.spyderproject
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "metadata-chatbot"
description = "Generated from aind-library-template"
license = {text = "MIT"}
requires-python = ">=3.7"
requires-python = "3.11"
authors = [
{name = "Allen Institute for Neural Dynamics"}
]
Expand Down
164 changes: 0 additions & 164 deletions virtualenv/Include/site/python3.11/greenlet/greenlet.h

This file was deleted.

Loading

0 comments on commit 8bb7d95

Please sign in to comment.