-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix MANIFEST.in Fixed the setup.py file because it conflicts with the version of dimod and its dependent packages. * fix typo * Fix Version * ADD dependencies * fix numpy version * fix for poetry * Update CMakeLists.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update requirements.txt * Update setup.py * Update requirements_doctest.txt * Update setup.py * Update pyproject.toml * Update setup.py * Update requirements_rtd.txt * Update requirements.txt * Update setup.py * Update requirements.txt * Update requirements_rtd.txt * Update setup.py * Update requirements.txt * Update requirements_rtd.txt * Update requirements_doctest.txt * Update CMakeLists.txt * Update requirements.txt * Update requirements.txt * Update setup.py 並列実行 * Update setup.py * Update setup.py * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update setup.py * Update setup.py * Update setup.py * Update setup.py * Update setup.py * add CMAKE_INTERPROCEDURAL_OPTIMIZATION * Update CMakeLists.txt * remove extra_requires * relax numpy version * update pyenv initialization Co-authored-by: Kotaro Tanahashi <colon0722@gmail.com>
- Loading branch information
1 parent
721131f
commit 18ef63c
Showing
12 changed files
with
145 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
include README.rst | ||
include README.rst | ||
include *.cmake | ||
include FetchContent/*.cmake.in | ||
include CMakeLists.txt | ||
include pyproject.toml | ||
include requirements.txt | ||
include setup.py | ||
|
||
recursive-include pyqubo * | ||
recursive-include tests * | ||
recursive-include src * | ||
recursive-include external * | ||
recursive-include include * | ||
recursive-include cpp_dimod * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ add_library(cpp_dimod STATIC) | |
target_include_directories(cpp_dimod | ||
PUBLIC ${PROJECT_SOURCE_DIR} | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[build-system] | ||
requires = [ | ||
"cmake>=3.18.4", | ||
'setuptools>=56.0.0', | ||
'scikit-build>=0.11.1', | ||
'wheel>=0.36.2', | ||
'numpy>=1.17.3, <=1.20.0', | ||
'Cython>=0.29.21' | ||
] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
dimod==0.9.13 | ||
numpy==1.18.2 | ||
coverage==4.5.1 | ||
codecov==2.1.9 | ||
numpy==1.19.4; python_version >= '3.6' | ||
numpy==1.18.5; python_version == '3.5' | ||
Cython==0.29.21 | ||
dimod==0.9.14 | ||
dwave-neal==0.5.7 | ||
Deprecated==1.2.10 | ||
nbsphinx==0.3.5 | ||
Deprecated>=1.2.10 | ||
six>=1.15.0 | ||
cmake>=3.18.4 | ||
setuptools>=56.0.0; python_version >= '3.8' | ||
scikit-build>=0.11.1 | ||
cmake>=3.18.2 | ||
wheel>=0.36.2 | ||
coverage>=4.5.1 | ||
codecov>=2.1.9 | ||
nbsphinx>=0.8.3; python_version >= '3.8' | ||
nbsphinx==0.3.5; python_version < '3.8' | ||
docutils<0.17,>=0.12; python_version < '3.8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
sphinx | ||
sphinx_rtd_theme | ||
Sphinx>=3.5.4 | ||
sphinx-rtd-theme>=0.5.2 | ||
docutils<0.17,>=0.12; python_version < '3.8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
dimod==0.9.2 | ||
numpy==1.18.2 | ||
coverage==4.5.1 | ||
codecov==2.1.9 | ||
dwave-neal==0.5.4 | ||
Deprecated==1.2.10 | ||
nbsphinx==0.3.5 | ||
scikit-build>=0.11.1 | ||
cmake>=3.18.2 | ||
coverage>=4.5.1 | ||
codecov>=2.1.9 | ||
dwave-neal>=0.5.4 | ||
nbsphinx>=0.3.5 | ||
Deprecated>=1.2.10 | ||
six>=1.15.0 | ||
numpy==1.19.4; python_version >= '3.6' | ||
numpy==1.18.5; python_version == '3.5' | ||
dimod==0.9.14 | ||
nbsphinx>=0.8.3; python_version >= '3.8' | ||
nbsphinx==0.3.5; python_version < '3.8' | ||
docutils<0.17,>=0.12; python_version < '3.8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[metadata] | ||
description-file = README.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters