Skip to content

Breakig changes in dependencies #52

@chrisjonesBSU

Description

@chrisjonesBSU

I tried removing all of the pins in environment.yml to see where breaking changes are happening

These packages seem to be the bottle neck at the moment. I'm sure other dependency issues might pop up once these are updated (probably at least numpy 2.0)

pyscf
Installed version: 2.11
Old version: 1.7
Error: ModuleNotFoundError: No module named 'pyscf.semiempirical
pyscf is also pins python to <3.8, so updating to 2.x should let us use newer versions of python

h5py 3
Installed version: 3.7
Old version: 2.10
Error: ValueError: Using default_file_mode other than 'r' is no longer supported. Pass the mode to h5py.File() instead.

libcint
Installed version: 6.1.3
Old version: 4.0
Error: OSError: libcint.so.4: cannot open shared object file: No such file or directory

@StephMcCallum We need to see what replaced pyscf.semiempirical in pyscf 2, and make a PR that uses that in morphct. I bet the libcint issue will be resolved once pyscf 2 is supported, and we can bump libcint back up to version 6.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions