Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.em
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.learn.em
Commits
468fe90a
Commit
468fe90a
authored
2 years ago
by
André MAYORAZ
Committed by
Yannick DAYER
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Put requirements directly in pyproject.toml
parent
34b0b45c
No related branches found
No related tags found
1 merge request
!69
Cookiecutter restructuration
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
conda/meta.yaml
+1
-1
1 addition, 1 deletion
conda/meta.yaml
pyproject.toml
+9
-2
9 additions, 2 deletions
pyproject.toml
requirements.txt
+0
-6
0 additions, 6 deletions
requirements.txt
with
11 additions
and
10 deletions
MANIFEST.in
+
1
−
1
View file @
468fe90a
include LICENSE README.rst
buildout.cfg develop.cfg requirements.txt version.txt
include LICENSE README.rst
develop.cfg
recursive-include doc conf.py *.rst
recursive-include doc conf.py *.rst
recursive-include bob/learn/em *.cpp *.h
recursive-include bob/learn/em *.cpp *.h
recursive-include bob/learn/em/data *.*
recursive-include bob/learn/em/data *.*
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
1
−
1
View file @
468fe90a
...
@@ -16,7 +16,7 @@ build:
...
@@ -16,7 +16,7 @@ build:
# installs the documentation source, readme to share/doc so it is available
# installs the documentation source, readme to share/doc so it is available
# during test time
# during test time
-
install -d "${PREFIX}/share/doc/{{ name }}"
-
install -d "${PREFIX}/share/doc/{{ name }}"
-
cp -R README.rst
requirements.txt
doc "${PREFIX}/share/doc/{{ name }}/"
-
cp -R README.rst doc "${PREFIX}/share/doc/{{ name }}/"
requirements
:
requirements
:
host
:
host
:
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
9
−
2
View file @
468fe90a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
version
=
"3.2.1b0"
version
=
"3.2.1b0"
requires-python
=
">
=
3.9
"
requires-python
=
">
=
3.9
"
description
=
"Bindings for EM machines and trainers of Bob"
description
=
"Bindings for EM machines and trainers of Bob"
dynamic
=
[
"readme"
,
"dependencies"
]
dynamic
=
[
"readme"
]
license
=
{
text
=
"BSD 3-Clause License"
}
license
=
{
text
=
"BSD 3-Clause License"
}
authors
=
[
authors
=
[
{name
=
"Andre Anjos"
}
,
{name
=
"Andre Anjos"
}
,
...
@@ -25,6 +25,14 @@
...
@@ -25,6 +25,14 @@
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3"
,
"Topic :: Software Development :: Libraries :: Python Modules"
,
"Topic :: Software Development :: Libraries :: Python Modules"
,
]
]
dependencies
=
[
"setuptools"
,
"bob.extension"
,
"dask"
,
"dask-ml"
,
"h5py >= 3"
,
"scikit-learn"
,
]
[project.urls]
[project.urls]
documentation
=
"https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/stable/"
documentation
=
"https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/stable/"
...
@@ -54,7 +62,6 @@
...
@@ -54,7 +62,6 @@
[tool.setuptools.dynamic]
[tool.setuptools.dynamic]
readme
=
{
file
=
"README.rst"
}
readme
=
{
file
=
"README.rst"
}
dependencies
=
{
file
=
"requirements.txt"
}
[tool.distutils.bdist_wheel]
[tool.distutils.bdist_wheel]
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
deleted
100644 → 0
+
0
−
6
View file @
34b0b45c
setuptools
bob.extension
dask
dask-ml
h5py
>= 3
scikit-learn
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment