Skip to content

Commit

Permalink
updated project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MamadouSDiallo committed Apr 24, 2024
1 parent 64bb363 commit 51d23b4
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 141 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Mamadou S Diallo <msdiallo@samplics.org>"]
description = "Select, weight and analyze complex sample data"
license = "MIT"
name = "samplics"
version = "0.5.dev0"
version = "0.4.11"

readme = "README.md"

Expand All @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
Expand All @@ -30,9 +31,6 @@ packages = [
python = ">=3.10"
attrs = "^23.1.0"
matplotlib = ">=3.4"
# numpy = ">=1.21"
# polars[pandas] = ">=1.3"
# scipy = ">=1.7"
polars = {extras = ["numpy", "pandas"], version = "^0.20.2"}
statsmodels = ">=0.13"

Expand Down Expand Up @@ -80,7 +78,7 @@ exclude = '''
# use_parentheses = true

[tool.pytest.ini_options]
addopts = "--ignore=tests/sae --ignore=tests/types"
addopts = "--ignore=tests/apis --ignore=tests/sae --ignore=tests/types"
# testpaths = ["tests"]


Expand Down
2 changes: 1 addition & 1 deletion src/samplics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@
"SinglePSUError",
]

__version__ = "0.5.dev0"
__version__ = "0.4.11"
Loading

0 comments on commit 51d23b4

Please sign in to comment.