DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
11 stars 8 forks source link

improve: pdm lockfile for different machines #32

Open carynbear opened 4 months ago

carynbear commented 4 months ago

You should be able to install from the lock file? I think?

But it didn't work when I installed using the lock file that is in the repo in the codespace. All is well when I deleted the lock file and then installed.

So please test and fix!

carynbear commented 5 days ago

Some machines are having issues with the package versions (esp torch and tensorflow). Let's keep track of the pdm.lock files that work on the different machines in this issue and eventually push this os-arch dependent lock files to the repo.

carynbear commented 5 days ago

Macbook Pro 2020 Python 3.10.14

Had to specify torch==2.1.0 in pyproject.toml

Lockfile: mac-intel.pdm.lock.txt

pdm install --lockfile [lockfilepath]