-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 896 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name='gridsearcher'
version='1.1.5'
authors = [
{name = "Ionut-Vlad Modoranu", email = "ionut-vlad.modoranu@ist.ac.at"}
]
maintainers = [
{name = "Ionut-Vlad Modoranu", email = "ionut-vlad.modoranu@ist.ac.at"},
]
description = "GridSearcher simplifies running grid searches for machine learning projects in Python, emphasizing parallel execution and GPU scheduling without dependencies on SLURM or other workload managers."
readme = "README.md"
license = {file = "LICENSE"}
keywords = [
"grid search",
"automatization",
"utilitary software",
"process management",
"process schedulers",
]
classifiers = [
"License :: OSI Approved :: Apache Software License",
]
[project.urls]
Repository = 'https://github.com/IST-DASLab/GridSearcher'