desy-ml / cheetah

Fast and differentiable particle accelerator optics simulation for reinforcement learning and optimisation applications.
https://cheetah-accelerator.readthedocs.io
GNU General Public License v3.0
30 stars 13 forks source link

Fix installation non-PyPI dependencies #3

Closed jank324 closed 1 year ago

jank324 commented 1 year ago

🐛 Bug Report

At the moment, installing Cheetah from PyPI does not work because it depends on Ocelot, which is not on PyPI. We should fix this by either getting Ocelot on PyPI or removing the Ocelot dependency which keeping the functionality we need.

Motivation

Installing from PyPI makes Cheetah a lot more accessible.

jank324 commented 1 year ago

I'm closing this, as #8 fixes the problem.