forked from skyportal/kowalski
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin ingester's python requirements (skyportal#148)
* Pinned python requirements for the ingester and removed unnecessary ones * Set GA timeouts * Fixed a minor issue in error reporting in api.py
- Loading branch information
1 parent
27a6e07
commit 385911d
Showing
4 changed files
with
34 additions
and
34 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
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,33 +1,31 @@ | ||
aiofiles>=0.6.0 | ||
aiohttp>=3.7.3 | ||
astropy>=4.2 | ||
bcrypt>=3.2.0 | ||
beautifulsoup4>=4.9.3 | ||
bokeh>=2.2.3 | ||
confluent_kafka>=1.5.0 | ||
cryptography>=3.2.1 | ||
dask>=2.30.0 | ||
distributed>=2.30.1 | ||
fastavro>=1.2.1 | ||
fire>=0.3.1 | ||
gsutil>=4.56 | ||
gunicorn>=20.0.4 | ||
h5py<3 | ||
matplotlib>=3.3.3 | ||
motor>=2.3.0 | ||
multidict>=5.1.0 | ||
numba>=0.52.0 | ||
numpy<1.21 | ||
pandas>=1.1.4 | ||
pyarrow>=4.0.0 | ||
pyjwt>=2.0.0 | ||
pymongo>=3.11.2 | ||
pytest>=6.1.2 | ||
pyyaml>=5.3.1 | ||
requests<2.26.0 | ||
supervisor>=4.2.1 | ||
tensorflow>=2.3.1 | ||
tqdm>=4.54.0 | ||
uvloop>=0.14.0 | ||
tables>=3.6.1 | ||
slack_sdk>=3.4.1 | ||
aiohttp==3.7.3 | ||
astropy==4.3.1 | ||
bcrypt==3.2.0 | ||
beautifulsoup4==4.10.0 | ||
confluent_kafka==1.7.0 | ||
cryptography==3.4.8 | ||
dask==2021.9.1 | ||
distributed==2021.9.1 | ||
fastavro==1.4.4 | ||
fire==0.4.0 | ||
gsutil==4.67 | ||
gunicorn==20.1.0 | ||
h5py==3.1.0 | ||
matplotlib==3.4.3 | ||
motor==2.5.1 | ||
numba==0.54.0 | ||
numpy==1.19.5 | ||
pandas==1.3.2 | ||
pyarrow==5.0.0 | ||
pyjwt==2.1.0 | ||
pymongo==3.12.0 | ||
pytest==6.2.5 | ||
pytz==2021.1 | ||
pyyaml==5.4.1 | ||
requests==2.25.1 | ||
slack_sdk==3.10.1 | ||
supervisor==4.2.2 | ||
tables==3.6.1 | ||
tensorflow==2.6.0 | ||
tqdm==4.62.2 | ||
uvloop==0.16.0 |