Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyrost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikolay Ivanov
pyrost
Commits
967ca043
Commit
967ca043
authored
4 years ago
by
Nikolay Ivanov
Browse files
Options
Downloads
Patches
Plain Diff
changed python version compatibility, version changed to 0.1.5
parent
85be942f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
dev.ipynb
+45
-9
45 additions, 9 deletions
dev.ipynb
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
docs/install.rst
+2
-2
2 additions, 2 deletions
docs/install.rst
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
51 additions
and
15 deletions
README.md
+
1
−
1
View file @
967ca043
...
...
@@ -13,7 +13,7 @@ The documentation can be found on [Read the Docs](https://robust-speckle-trackin
## Dependencies
-
[
Python
](
https://www.python.org/
)
3.
7
or later (Python 2.x is
**not**
supported).
-
[
Python
](
https://www.python.org/
)
3.
6
or later (Python 2.x is
**not**
supported).
-
[
GNU Scientific Library
](
https://www.gnu.org/software/gsl/
)
2.4 or later.
-
[
LLVM's OpenMP library
](
http://openmp.llvm.org
)
10.0.0 or later.
-
[
h5py
](
https://www.h5py.org
)
2.10.0 or later.
...
...
This diff is collapsed.
Click to expand it.
dev.ipynb
+
45
−
9
View file @
967ca043
This diff is collapsed.
Click to expand it.
docs/conf.py
+
1
−
1
View file @
967ca043
...
...
@@ -22,7 +22,7 @@ copyright = '2020, Nikolay Ivanov'
author
=
'
Nikolay Ivanov
'
# The full version, including alpha/beta/rc tags
release
=
'
0.1.
4
'
release
=
'
0.1.
5
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
docs/install.rst
+
2
−
2
View file @
967ca043
...
...
@@ -5,7 +5,7 @@ Dependencies
------------
pyrost has the following **mandatory** runtime dependencies:
* `Python <https://www.python.org/>`_ 3.
7
or later (Python 2.x is
* `Python <https://www.python.org/>`_ 3.
6
or later (Python 2.x is
**not** supported).
* `GNU Scientific Library <https://www.gnu.org/software/gsl/>`_ 2.4
or later, which is used for numerical integration and pseudo-random
...
...
@@ -43,7 +43,7 @@ Installation from source
In order to install pyrost from source you will need:
* a C++ compiler (gcc or clang will do).
* `Python <https://www.python.org/>`_ 3.
7
or later (Python 2.x is
* `Python <https://www.python.org/>`_ 3.
6
or later (Python 2.x is
**not** supported).
* `GNU Scientific Library <https://www.gnu.org/software/gsl/>`_ 2.4
or later, which is used for numerical integration and pseudo-random
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
967ca043
...
...
@@ -42,7 +42,7 @@ with open('README.md', 'r') as readme:
long_description
=
readme
.
read
()
setup
(
name
=
'
pyrost
'
,
version
=
'
0.1.
4
'
,
version
=
'
0.1.
5
'
,
author
=
'
Nikolay Ivanov
'
,
author_email
=
"
nikolay.ivanov@desy.de
"
,
long_description
=
long_description
,
...
...
@@ -60,4 +60,4 @@ setup(name='pyrost',
"
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
"
,
"
Operating System :: OS Independent
"
],
python_requires
=
'
>=3.
7
'
)
python_requires
=
'
>=3.
6
'
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment