Skip to content

Commit e6bd7f9

Browse files
committed
use older pymongo
1 parent cfc137f commit e6bd7f9

5 files changed

+7
-7
lines changed

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy==1.17.2
2-
scikit-learn==0.23.1
3-
scipy==1.4.1
2+
scikit-learn==1.0.1
3+
scipy==1.7.1
44
pymongo==3.10.1
5-
fireworks==1.9.5
5+
fireworks==1.9.7
66
matplotlib==3.2.1
7-
joblib==0.13.2
7+
joblib==1.0.1

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
invoke==1.4.1
22
requests==2.23.0
3-
monty==3.0.2
3+
monty==2021.7.8
44
black==19.3b0
55
flake8==3.8.2
66
isort==4.3.21
-2.41 KB
Loading

rocketsled/tests/tests_launchpad.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ logdir: null
44
name: rsled_tests
55
username:
66
password:
7-
ssl_ca_file: null
7+
#ssl_ca_file: null
88
strm_lvl: INFO
99
user_indices: []
1010
wf_user_indices: []

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44
# Version is MAJOR.MINOR.PATCH.YYYYMMDD
5-
version = "1.0.1.20200523"
5+
version = "1.1.0.20211129"
66

77
module_dir = os.path.dirname(os.path.abspath(__file__))
88
with open(os.path.join(module_dir, "requirements.txt"), "r") as f:

0 commit comments

Comments
 (0)