Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyifan411 authored Dec 12, 2023
1 parent 4384864 commit ee4c9c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setuptools.setup(
name="nextorch",
version="0.1.0",
version="0.2.2",
author="Vlachos Research Group",
author_email="[email protected]",
description="Experimental design and Bayesian optimization library in Python/PyTorch",
Expand All @@ -35,8 +35,8 @@
python_requires=">=3.7",
install_requires=[
"torch>=1.8",
"gpytorch>=1.4",
"botorch>=0.4.0",
"gpytorch<=1.4",
"botorch<=0.4.0",
"matplotlib>=3.1.1",
"pyDOE2>=1.3.0",
"numpy>=1.19.2",
Expand All @@ -51,4 +51,4 @@
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Chemistry",
],
)
)

0 comments on commit ee4c9c9

Please sign in to comment.