tommyod / KDEpy

Kernel Density Estimation in Python
https://kdepy.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
584 stars 90 forks source link

Build source distribution, v 1.1.3 #143

Closed tommyod closed 1 year ago

rolandwalker commented 1 year ago
$ uname -srm
Darwin 22.5.0 arm64

$ pip install kdepy==1.1.2
ERROR: Could not find a version that satisfies the requirement kdepy==1.1.2 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.6, 0.6.9, 0.6.10, 0.6.11, 1.0.2, 1.1.3)
ERROR: No matching distribution found for kdepy==1.1.2

$ pip install kdepy
Collecting kdepy
  Downloading KDEpy-1.1.3.tar.gz (138 kB)
...
Successfully built kdepy
Installing collected packages: kdepy
Successfully installed kdepy-1.1.3

Seems to work!