Skip to content

Commit

Permalink
Merge pull request #76 from MrLYG/ken_publish_trainers
Browse files Browse the repository at this point in the history
fix: windows can't find 2.1.0 version of ray
  • Loading branch information
fostiropoulos authored Jun 8, 2023
2 parents af8e0d7 + 725660e commit d1426ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package_path = __file__
setup(
name="ablator",
version="0.0.1b1",
version="0.0.1b2",
author="Iordanis Fostiropoulos",
author_email="[email protected]",
url="https://iordanis.xyz",
Expand All @@ -25,7 +25,7 @@
"omegaconf==2.2.3",
"scipy==1.10.1",
"setproctitle==1.3.2",
"ray==2.1.0",
"ray>=2.1.0,<=2.2.0",
"pynvml==11.5.0",
"optuna==3.1.1",
"tabulate==0.9.0",
Expand Down

0 comments on commit d1426ec

Please sign in to comment.