Skip to content

Commit

Permalink
Merge pull request #70 from vmarkovtsev/master
Browse files Browse the repository at this point in the history
Pin asdf version to 2.3.x
  • Loading branch information
vmarkovtsev committed Dec 10, 2018
2 parents 7b01231 + 07cf8ea commit 4b891e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
asdf==2.2.1
asdf==2.3.0
lz4==2.0.2
numpy==1.14.0
scipy==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@
packages=find_packages(exclude=("modelforge.tests",)),
keywords=["model", "git", "asdf", "gcs", "google cloud storage",
"machine learning", "registry"],
install_requires=["asdf>=2.2.1,<3.0",
install_requires=["asdf>=2.3.0,<2.4",
"lz4>=1.0,<3.0",
"numpy>=1.12,<2.0",
"scipy>=1.0,<2.0",
Expand Down

0 comments on commit 4b891e9

Please sign in to comment.