Skip to content

Commit

Permalink
Update: dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar committed Jul 2, 2024
1 parent ddedf32 commit c95839e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions environment-nomkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- python = 3.11
- nomkl
- numba
- numpy
- scipy
- numpy = 1.26.4
- scipy = 1.14.4
- tensorflow = 2.14.0
# extra
- jupyterlab
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
dependencies:
- python = 3.11
- numba
- numpy
- scipy
- numpy = 1.26.4
- scipy = 1.14.4
- tensorflow = 2.14.0
# extra
- jupyterlab
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
name = "amber"
dynamic = ["version"]
dependencies = [
"numpy",
"scipy",
"numpy==1.26.4",
"scipy==1.14.4",
"tensorflow==2.14.0",
]
requires-python = ">=3.11"
Expand Down Expand Up @@ -68,7 +68,7 @@ exclude_also = [
max-line-length = 80

[tool.pytest.ini_options]
addopts = "--cov=amber"
addopts = "--cov=amber -p no:warnings"
pythonpath = "."
testpaths = [
"amber-tests",
Expand Down

0 comments on commit c95839e

Please sign in to comment.