Changes between Version 63 and Version 64 of pyson
- Timestamp:
- 03/20/23 16:02:13 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v63 v64 15 15 16 16 {{{ 17 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/ 192/pyson/dist/pyson-1.0.0.tar.gz17 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/451/pyson/dist/pyson-1.1.4.tar.gz 18 18 }}} 19 19 20 20 or from your setup.py 21 21 {{{ 22 install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/ 192/pyson/dist/pyson-1.0.0.tar.gz"],22 install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/451/pyson/dist/pyson-1.1.4.tar.gz"], 23 23 }}} 24 24