Skip to content

Commit

Permalink
freezing setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jul 29, 2024
1 parent 7a5e200 commit 6c8846f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
setuptools<72
furo
sphinx-automodapi
nbsphinx
Expand Down
1 change: 1 addition & 0 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Development version
- git clone https://github.com/oda-hub/oda_api.git
- cd oda_api
- pip install --no-cache-dir pip setuptools<72
Download code and contribute
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"astroquery",
"scipy",
"rdflib",
"black",
"setuptools<72"
"black"
],
extras_require={
'test': [
Expand Down

0 comments on commit 6c8846f

Please sign in to comment.