Skip to content

Commit

Permalink
Add new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Jan 30, 2024
1 parent 3e919a6 commit a5dfe89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ 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 = [
"blueetl-core>=0.1.0",
"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
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ testdeps =
pytest-lazy-fixture
pytest-cov
coverage[toml]
voxcell

[tox]
envlist =
Expand Down

0 comments on commit a5dfe89

Please sign in to comment.