Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ducc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Perkins
ducc
Commits
b858f482
Commit
b858f482
authored
Jun 08, 2020
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
f3e01078
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-1
setup.py
setup.py
+0
-1
No files found.
Dockerfile
View file @
b858f482
FROM
debian:testing-slim
RUN
apt-get update
&&
apt-get
install
-y
git python3-pip python3-pytest clang
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
apt-get
install
-y
git python3-pip python3-pytest
python3-pybind11 pybind11-dev
clang
&&
rm
-rf
/var/lib/apt/lists/
*
setup.py
View file @
b858f482
...
...
@@ -77,7 +77,6 @@ setup(name=pkgname,
packages
=
[],
python_requires
=
">=3.6"
,
ext_modules
=
extensions
,
setup_requires
=
[
'numpy>=1.17.0'
,
'pybind11>=2.5.0'
],
install_requires
=
[
'numpy>=1.17.0'
],
license
=
"GPLv2"
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment