CiwPython / Ciw

Ciw is a simulation library for open queueing networks.
http://ciw.readthedocs.io
MIT License
148 stars 42 forks source link

Update requirements.txt to upgrade to numpy 2.0 #259

Closed galenseilis closed 3 months ago

galenseilis commented 3 months ago

https://github.com/CiwPython/Ciw/issues/253

galenseilis commented 3 months ago

It installed fine on this system :

$ lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy
$ python --version
Python 3.10.12
galenseilis commented 3 months ago

The new version of NumPy just came out, so maybe it isn't available everywhere yet. I'm not sure offhand whether the CI tools are installing with apt vs pip, but if it is the former that could explain this since the linux package managers tend to lag behind pip.

galenseilis commented 3 months ago

Oh yeah, I see in the log that python -m pip install -r requirements.txt so it is pip doing the install.