Skip to content

Commit

Permalink
build: alter dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 30, 2023
1 parent f3bf61e commit 82695f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ dependencies:
- scipy
- nptyping
- tqdm
- pygmt>=0.9.0
- pygmt
- dask
- optuna
- botorch
- optuna>=3.1.0
- botorch>=0.4.0
# viz
- pyvista
- trame
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ dependencies = [
"nptyping",
"numba_progress",
"tqdm",
"pygmt>=0.9.0",
"pygmt",
"dask",
"tqdm_joblib",
"psutil",
"joblib",
"optuna",
"botorch",
"optuna>=3.1.0", # need JournalStorage
"botorch>=0.4.0",

# "geopandas",
# "boule",
Expand Down

0 comments on commit 82695f5

Please sign in to comment.