Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EDdA Classification
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Projet GEODE
EDdA Classification
Commits
dea70424
Commit
dea70424
authored
1 year ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Add dependency on pytorch
parent
4b1f435b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guix.scm
+3
-3
3 additions, 3 deletions
guix.scm
with
3 additions
and
3 deletions
guix.scm
+
3
−
3
View file @
dea70424
(
use-modules
((
gnu
packages
machine-learning
)
#
:select
(
python-scikit-learn
))
(
use-modules
((
gnu
packages
machine-learning
)
#
:select
(
python-pytorch
python-scikit-learn
))
((
gnu
packages
python-science
)
#
:select
(
python-pandas
))
((
gnu
packages
python-xyz
)
#
:select
(
python-matplotlib
python-nltk
...
...
@@ -28,9 +28,9 @@
python-nltk
python-numpy
python-pandas
python-pytorch
python-scikit-learn
python-seaborn
))
python-seaborn
))
(
home-page
"https://gitlab.liris.cnrs.fr/geode/pyedda"
)
(
synopsis
"A set of tools to explore the EDdA"
)
(
description
...
...
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