Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versioneer update to 0.29 #880

Merged
merged 17 commits into from
Oct 6, 2023
Merged
25 changes: 13 additions & 12 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,24 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.7.2
- numpy =1.24.3
- pyiron_base =0.6.3
- pyiron_atomistics =0.3.0
- matplotlib =3.8.0
- numpy =1.26.0
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyparsing =3.0.9
- scipy =1.11.2
- seaborn =0.12.2
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
- toposort
- randspg =0.0.1
- boto3 =1.28.25
- moto =4.1.14
- boto3 =1.28.60
- moto =4.2.5
- pycp2k =0.2.2
- python-graphviz
- typeguard =4.1.0
- aws-sam-translator =1.71.0
- pympipool =0.6.2
- distributed =2023.8.0
- typeguard =4.1.5
- aws-sam-translator =1.77.0
- pympipool =0.7.1
- distributed =2023.9.3
- python >= 3.10
- lammps
- nglview >=3.0.8
3 changes: 2 additions & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ channels:
- conda-forge
dependencies:
- python >= 3.10
- lammps
- lammps
- nglview >=3.0.8
24 changes: 12 additions & 12 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.7.2
- numpy =1.24.3
- pyiron_base =0.6.3
- pyiron_atomistics =0.3.0
- matplotlib =3.8.0
- numpy =1.26.0
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyparsing =3.0.9
- scipy =1.11.2
- seaborn =0.12.2
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
- toposort
- randspg =0.0.1
- boto3 =1.28.25
- moto =4.1.14
- boto3 =1.28.60
- moto =4.2.5
- pycp2k =0.2.2
- python-graphviz
- typeguard =4.1.0
- aws-sam-translator =1.71.0
- pympipool =0.6.2
- distributed =2023.8.0
- typeguard =4.1.5
- aws-sam-translator =1.77.0
- pympipool =0.7.1
- distributed =2023.9.3
24 changes: 12 additions & 12 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ dependencies:
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.7.2
- numpy =1.24.3
- pyiron_base =0.6.3
- pyiron_atomistics =0.3.0
- matplotlib =3.8.0
- numpy =1.26.0
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyparsing =3.0.9
- scipy =1.11.2
- seaborn =0.12.2
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
- toposort
- randspg =0.0.1
- boto3 =1.28.25
- moto =4.1.14
- boto3 =1.28.60
- moto =4.2.5
- pycp2k =0.2.2
- python-graphviz
- typeguard =4.1.0
- aws-sam-translator =1.71.0
- pympipool =0.6.2
- distributed =2023.8.0
- typeguard =4.1.5
- aws-sam-translator =1.77.0
- pympipool =0.7.1
- distributed =2023.9.3
2 changes: 1 addition & 1 deletion notebooks/tinybase/Shell.ipynb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pmrv - I updated the hard coded path here to fix the continuous integration environment. I am not sure how this ever worked in the continuous integration environment. Still it would be better to define the path relative to the notebook.

Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
},
"outputs": [],
"source": [
"state.settings.resource_paths.insert(0, '/home/poul/pyiron/contrib/notebooks/tinybase/resources')"
"state.settings.resource_paths.insert(0, '/home/runner/work/pyiron_contrib/pyiron_contrib/notebooks/tinybase/resources')"
]
},
{
Expand Down
Loading