Skip to content

Commit

Permalink
v1.6.7; removes wget, qmt, joblib, h5py as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-bachhuber committed Aug 1, 2024
1 parent 27636e2 commit 8adf18d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "imt-ring"
version = "1.6.6"
version = "1.6.7"
authors = [
{ name="Simon Bachhuber", email="[email protected]" },
]
Expand All @@ -23,16 +23,11 @@ dependencies = [
"numpy",
"flax",
"tqdm",
"wget",
"h5py",
"imt-tree-utils",
"wandb",
"optax",
"dm-haiku",
"joblib",
"pyyaml",
"qmt",
"scipy",
]

[project.optional-dependencies]
Expand Down
1 change: 0 additions & 1 deletion src/ring/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from . import hdf5
from . import randomize_sys
from .batchsize import batchsize_thresholds
from .batchsize import distribute_batchsize
Expand Down

0 comments on commit 8adf18d

Please sign in to comment.