Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Including noting pyiron_atomistics in the pyproject, so the bot can notice it
  • Loading branch information
liamhuber committed Aug 23, 2024
1 parent 225f545 commit bd8cdda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- conda-forge
dependencies:
- lammps
- lammps ==2024.06.27
4 changes: 2 additions & 2 deletions .ci_support/environment-pyiron_atomistics.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- conda-forge
dependencies:
- pyiron_atomistics =0.5.4
- pyiron-data =0.0.29
- pyiron_atomistics ==0.6.10
- pyiron-data ==0.0.30
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
channels:
- conda-forge
dependencies:
- numpy =1.26.4
- numpy =2.1.0
- openjdk
- owlready2 =0.46
- pandas =2.2.2
- pint =0.23
- pint =0.24.3
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"numpy==1.26.4",
"owlready2==0.46",
"pandas==2.2.2",
"pint==0.23",
"pint==0.24.3",
]
dynamic = [ "version",]
authors = [
Expand All @@ -57,3 +57,8 @@ include = [ "pyiron_ontology*",]

[tool.setuptools.dynamic.version]
attr = "pyiron_ontology.__version__"

[project.optional-dependencies]
tests = [
"pyiron_atomistics==0.6.10",
]

0 comments on commit bd8cdda

Please sign in to comment.