Skip to content

Commit

Permalink
Fixes package conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith committed May 11, 2024
1 parent a7b3b76 commit 6844fc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions devtools/conda-envs/full-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ channels:
- conda-forge
dependencies:
# Base depends
- python
- python >=3.8
- numpy >=1.23
- nomkl

# Backends
- tensorflow-base
- tensorflow-cpu
- dask
# - sparse
- sparse
- pytorch-cpu
# - autograd
- jax
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/min-ver-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# Base depends
- python
- python >=3.8
- numpy >=1.23
- nomkl

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.black]
line-length = 120
target-version = ['py37']
target-version = ['py38']

0 comments on commit 6844fc9

Please sign in to comment.