Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sarus_query_builder / setup.cfg
Size: Mime:
[metadata]
name = sarus_query_builder
description = A tool to set differentially private task up
long_description = file: README.md
license = PRIVATE
author = Sarus
author_email = 
provides = sarus_query_builder
url = 
download_url = 
classifiers = 
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3.8
	Programming Language :: Python :: 3.9

[options]
zip_safe = False
python_requires = >=3.8, <3.11
packages = find:
include_package_data = True
install_requires = 
	protobuf~=3.20.3
	sarus-data-spec[pandas,shap]>=3.5.8
	sarus-differential-privacy>=0.3.4
	sarus-synthetic-data[correlation]>=2.5.2.dev0
	sarus-statistics >= 3.4.2

[options.extras_require]
tests = 
	docker
	pytest~=6.0.0
	pytest-mock~=3.2.0
	psycopg2
tensorflow = 
	tensorflow ~= 2.15.0; sys_platform != 'darwin' or (platform_machine != 'arm64')
	tensorflow-macos ~=2.15.0; sys_platform == 'darwin' and (platform_machine == 'arm64')
sql = 
	sarus-sql >= 1.1.11
	opendp-smartnoise-core==0.2.3
xgboost = 
	sarus-xgboost>=0.1.3.dev2, <0.2

[options.package_data]
* = py.typed

[options.packages.find]
exclude = tests

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0