Skip to content

Commit

Permalink
chore: pin dependencies (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Apr 19, 2023
1 parent 2c3262c commit 1ab7acf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ classifiers = [
dynamic = ["version"]
urls = { homepage = "https://github.com/gosling-lang/gos" }
dependencies = [
"jsonschema>=3.0",
"jinja2",
"pandas",
"jsonschema>=3.0,<4.0",
"jinja2>=3.0,<4.0",
"pandas>=1.0",
]

[project.optional-dependencies]
all = [
"portpicker",
"uvicorn",
"starlette",
"gosling-widget",
"clodius",
"portpicker>=1.5.2",
"uvicorn>=0.21.1",
"starlette>=0.26.1",
"gosling-widget>=0.0.2",
"clodius>=0.20.0",
]
dev = [
"pytest",
"requests",
"jupyterlab",
"sphinx",
"numpydoc",
"pytest>=6.0",
"requests>=2.0",
"jupyterlab>=3.0",
"sphinx>=6.0",
"numpydoc>=1.5",
"furo",
]

Expand Down

0 comments on commit 1ab7acf

Please sign in to comment.