Skip to content

Commit

Permalink
Merge pull request #4 from pyiron/remove_pyiron_base
Browse files Browse the repository at this point in the history
Change dependencies
  • Loading branch information
samwaseda authored Oct 1, 2024
2 parents 23c31f8 + 4f6dd73 commit 72bdb79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
channels:
- conda-forge
dependencies:
- pyiron_base =0.8.3
- coveralls
- coverage
- numpy =1.26.0
7 changes: 4 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
channels:
- conda-forge
- conda-forge
dependencies:
- pyiron_base =0.8.3

- coveralls
- coverage
- numpy =1.26.0
4 changes: 3 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ dependencies:
- sphinx-gallery
- sphinx-rtd-theme
- versioneer
- pyiron_base =0.8.3
- coveralls
- coverage
- numpy =1.26.0
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = [
"pyiron_base",
"setuptools",
"versioneer[toml]==0.29",
]
Expand All @@ -24,7 +23,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"pyiron_base==0.8.3"
]
dynamic = [ "version",]
authors = [
Expand Down

0 comments on commit 72bdb79

Please sign in to comment.