Skip to content

Commit

Permalink
attempting to fix issue with ax-platform versions on python 3.6 -- se…
Browse files Browse the repository at this point in the history
…ems like it went 3.7+ at v0.1.9
  • Loading branch information
ncilfone committed Aug 16, 2021
1 parent 82fe94d commit 381f2b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/TUNE_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ mypy_extensions==0.4.3; python_version < '3.8'
optuna==2.9.1
torchvision==0.9.1
torch==1.8.1
ax-platform==0.2.0
ax-platform==0.1.9; python_version < '3.7'
ax-platform==0.2.0; python_version >= '3.7'

0 comments on commit 381f2b2

Please sign in to comment.