X-DataInitiative / tick

Module for statistical learning, with a particular emphasis on time-dependent modelling
https://x-datainitiative.github.io/tick/
BSD 3-Clause "New" or "Revised" License
480 stars 105 forks source link

v0.7.0.1 is not avaiable on pypi #484

Open chz616 opened 2 years ago

chz616 commented 2 years ago
pip install tick==0.7.0.1
ERROR: Could not find a version that satisfies the requirement tick==0.7.0.1 (from versions: 0.1.2013, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.1.4, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.6.0.0)
ERROR: No matching distribution found for tick==0.7.0.1

pip install with version 0.7.0.1 returns not available. Would be possible to release this version (or current master branch) to pypi?

PhilipDeegan commented 2 years ago

you're probably using python3.9 or higher I guess

https://pypi.org/project/tick/#files

these versions have no pip package as of yet but I don't see a reason why the 3.8 version should not work for you (although it may not)