Skip to content

Commit

Permalink
build: Remove all pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ocanevet committed Nov 25, 2024
1 parent 86cc708 commit 09412b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/rsclf-pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- numpy
- pip
- pip:
- keras==3.4.1
- keras
- h5py
- scipy
- matplotlib
Expand Down
4 changes: 2 additions & 2 deletions conda/rsclf-tensorflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
- python=3.11
- pip
- pip:
- keras==3.4.1
- keras
- scipy
- --extra-index-url https://pypi.nvidia.com
- tensorflow[and-cuda]==2.16.2
- tensorflow[and-cuda]
- matplotlib
- polars

0 comments on commit 09412b6

Please sign in to comment.