Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyakumar committed Oct 16, 2024
1 parent eec259e commit 8ad4e5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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.11"
requires-python = ">=3.11"
authors = [
{name = "Allen Institute for Neural Dynamics"}
]
Expand All @@ -29,7 +29,6 @@ dependencies = [
'pymongo',
'fastapi',
'uvicorn',
'logging',
'sshtunnel',
'typing'
]
Expand Down

0 comments on commit 8ad4e5b

Please sign in to comment.