Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco committed Oct 22, 2021
1 parent 1dd6f84 commit eeb592b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Design-Bench can be installed with the complete set of benchmarks via our pip pa

```bash
conda install rdkit -c conda-forge
pip install design-bench[all]==2.0.19
pip install design-bench[all]==2.0.20
pip install morphing-agents==1.5.1
```

Alternatively, if you do not have MuJoCo, you may opt for a minimal install.

```bash
pip install design-bench==2.0.19
pip install design-bench==2.0.20
```

## Available Tasks
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
LONG_DESCRIPTION = readme.read()


setup(name='design-bench', version='2.0.19', license='MIT',
setup(name='design-bench', version='2.0.20', license='MIT',
packages=find_packages(include=['design_bench', 'design_bench.*']),
description='Design-Bench: Benchmarks for '
'Data-Driven Offline Model-Based Optimization',
Expand All @@ -17,7 +17,7 @@
author_email='brandon@btrabucco.com',
url='https://github.com/brandontrabucco/design-bench',
download_url='https://github.com/'
'brandontrabucco/design-bench/archive/v2_0_19.tar.gz',
'brandontrabucco/design-bench/archive/v2_0_20.tar.gz',
keywords=['Deep Learning', 'Neural Networks',
'Benchmark', 'Model-Based Optimization'],
extras_require={'all': ['gym[mujoco]'], 'cma': ['cma']},
Expand Down

0 comments on commit eeb592b

Please sign in to comment.