Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gext
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Michele Nottoli
gext
Commits
4416d25a
Commit
4416d25a
authored
1 year ago
by
Michele Nottoli
Browse files
Options
Downloads
Patches
Plain Diff
Updated dependencies.
parent
d16c084b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1942
passed
1 year ago
Stage: test
Stage: lint
Stage: coverage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
4416d25a
...
...
@@ -18,7 +18,7 @@ default:
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip install .[tests]
-
pip install
"
.[tests]
"
-
pip install pylint anybadge coverage
tags
:
-
Maths
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4416d25a
...
...
@@ -5,7 +5,7 @@ setup(
version
=
"
0.4.1
"
,
packages
=
find_packages
(),
install_requires
=
[
"
numpy
"
,
"
scipy
"
],
test
s_require
=
[
"
pytest
"
],
extra
s_require
=
{
"
tests
"
:
[
"
pytest
"
]
}
,
author
=
"
Michele Nottoli and Benjamin Stamm
"
,
description
=
"
Tools for generating new guesses for SCF calculations.
"
,
classifiers
=
[
...
...
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