Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pyiron
Potentials Workshop 2021
Commits
51987ef4
Commit
51987ef4
authored
Mar 09, 2021
by
Jan Janssen
Browse files
Add conda requirements
parent
70850e8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.ci_support/environment.yml
View file @
51987ef4
...
...
@@ -4,16 +4,31 @@ dependencies:
-
cython
-
libsass
-
jupytext
-
beautifulsoup4 =4.9.3
-
click =7.1.2
-
sphinx =2.4.4
-
pybtex
-
jupyter_sphinx
-
jupyter-cache =0.4.2
-
linkify-it-py =1.0.1
-
sphinxcontrib-bibtex
-
markdown-it-py
-
myst-parser
-
myst-nb =0.12.0
-
nbconvert =5.6.1
-
nested-lookup =0.2.22
-
nest-asyncio
-
async_generator
-
nbclient
-
nbdime
-
soupsieve =2.2
-
sphinx-copybutton
-
sphinx-book-theme =0.0.41
-
sphinx-comments =0.0.3
-
sphinx-panels =0.5.2
-
sphinx-thebe =0.0.8
-
sphinx-togglebutton =0.2.3
-
sqlalchemy =1.3.23
-
uc-micro-py =1.0.1
-
pydata-sphinx-theme
-
matplotlib =3.2.1
-
matplotlib =3.2.1
\ No newline at end of file
.github/workflows/deploy.yml
View file @
51987ef4
...
...
@@ -19,7 +19,7 @@ jobs:
python-version
:
3.8
environment-file
:
.ci_support/environment.yml
auto-activate-base
:
false
-
run
:
rm
README.md
CODE_OF_CONDUCT.md
-
run
:
rm CODE_OF_CONDUCT.md
datasets/ImportDatabase.ipynb
-
name
:
Install Jupyterbook
shell
:
bash -l {0}
run
:
|
...
...
.github/workflows/jupyterbook.yml
View file @
51987ef4
...
...
@@ -20,7 +20,7 @@ jobs:
python-version
:
3.8
environment-file
:
.ci_support/environment.yml
auto-activate-base
:
false
-
run
:
rm
README.md
CODE_OF_CONDUCT.md
-
run
:
rm CODE_OF_CONDUCT.md
datasets/ImportDatabase.ipynb
-
name
:
Install Jupyterbook
shell
:
bash -l {0}
run
:
|
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment