Skip to content

Commit

Permalink
Bug fixed: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Dec 26, 2024
1 parent 4a08881 commit ff20ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package:
name: pyepo
version: 0.4.4
version: 0.4.5

source:
path: ./
Expand Down Expand Up @@ -32,6 +32,7 @@ requirements:
- scipy
- pathos
- tqdm
- configspace
- scikit-learn
- pytorch >=1.13

Expand Down
3 changes: 2 additions & 1 deletion pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
# version
version = "0.4.4",
version = "0.4.5",
# Github repo
url = "https://github.com/khalil-research/PyEPO",
# author name
Expand All @@ -32,6 +32,7 @@
"scipy",
"pathos",
"tqdm",
"configspace",
"scikit_learn",
"torch>=1.13.1"],
extras_require={
Expand Down

0 comments on commit ff20ca9

Please sign in to comment.