Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
12d23d72
Commit
12d23d72
authored
Mar 02, 2022
by
BO ZHANG
🏀
Browse files
updated readthedocs configuration
parent
2d73a3d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
readthedocs.yml
View file @
12d23d72
...
...
@@ -3,4 +3,4 @@ python:
# conf.py)
pip_install
:
true
requirements_file
:
..readthedocs-requirements.txt
\ No newline at end of file
requirements_file
:
.readthedocs-requirements.txt
\ No newline at end of file
setup.py
View file @
12d23d72
...
...
@@ -26,5 +26,5 @@ setuptools.setup(
include_package_data
=
False
,
package_data
=
{
""
:
[
"LICENSE"
,
"README.md"
]},
requires
=
[
'numpy'
,
'scipy'
,
'astropy'
],
python_requires
=
'>=3.
9.
7'
,
python_requires
=
'>=3.7'
,
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment