Skip to content

Commit

Permalink
Fix dependences for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCummings committed Oct 21, 2024
1 parent 57ec30f commit 451439a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 124 deletions.
14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fair-mast"
version = "1.0"
description = "A data management system for Tokamak data"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.9, <3.13"
authors = [
]
maintainers = [
Expand All @@ -14,16 +14,19 @@ maintainers = [

classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
]
dependencies = [
"dask>=2024.8.0",
"fastapi-pagination>=0.12.31",
"fastapi>=0.115.2",
"jinja2>=3.1.4",
"numpy<2",
"pandas>=2.2.3",
"pandas==2.0.3",
"psycopg2-binary>=2.9.10",
"pyarrow>=17.0.0",
"sqlakeyset>=2.0.1726021475",
Expand All @@ -46,7 +49,8 @@ exclude = ["docs/*.ipynb", "notebooks/*.ipynb", "src/metadata/*.ipynb", "src/api
dev-dependencies = [
"httpx>=0.27.2",
"pint>=0.24.3",
"pytest<8",
"pytest-benchmark>=4.0.0",
"pytest>=8.3.3",
"xarray>=2024.7.0",
"zarr>=2.18.2",
]
Loading

0 comments on commit 451439a

Please sign in to comment.