Skip to content

Commit

Permalink
Allow python38 (#19)
Browse files Browse the repository at this point in the history
* test with python3.8

* Update pyproject.toml
  • Loading branch information
dcfidalgo authored Nov 14, 2023
1 parent ca46ffc commit 1b6629f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- pytorch
- nvidia
dependencies:
- python>3.9.0
- python=3.8.0
- pytorch
# - pytorch-cuda=11.8
- cpuonly
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "slurm_sweeps"
description= "A simple tool to perform sweeps on SLURM clusters."
readme = "README.md"
version = "0.2.0.dev0"
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = [
"cloudpickle",
"numpy",
Expand Down

0 comments on commit 1b6629f

Please sign in to comment.