From a5dfe89a70d1d88ef9088f314dcb932d6bd24101 Mon Sep 17 00:00:00 2001 From: Gianluca Ficarelli Date: Tue, 30 Jan 2024 14:41:52 +0100 Subject: [PATCH] Add new requirements --- pyproject.toml | 2 ++ tox.ini | 1 + 2 files changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0162a7f..e675c90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Bio-Informatics", ] dependencies = [ @@ -26,6 +27,7 @@ dependencies = [ "bluepysnap>=1.0.7", "click>=8", "jsonschema>=4.0", + "libsonata!=0.1.25;platform_system=='Darwin'", "numpy>=1.19.4", "pandas>=1.3.0", "pyarrow>=7", # needed by pandas to read and write feather or parquet files diff --git a/tox.ini b/tox.ini index f4a7d3f..5c240ca 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ testdeps = pytest-lazy-fixture pytest-cov coverage[toml] + voxcell [tox] envlist =