Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed May 23, 2024
1 parent ccffa99 commit 7587d5d
Show file tree
Hide file tree
Showing 50 changed files with 197 additions and 197 deletions.
24 changes: 12 additions & 12 deletions simulation-system/libs/csle-agents/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
csle-base==0.6.0
csle-common==0.6.0
csle-collector==0.6.0
csle-cluster==0.6.0
csle-attacker==0.6.0
csle-defender==0.6.0
csle-system-identification==0.6.0
gym-csle-stopping-game==0.6.0
gym-csle-apt-game==0.6.0
gym-csle-cyborg==0.6.0
gym-csle-intrusion-response-game==0.6.0
csle-tolerance==0.6.0
csle-base==0.6.1
csle-common==0.6.1
csle-collector==0.6.1
csle-cluster==0.6.1
csle-attacker==0.6.1
csle-defender==0.6.1
csle-system-identification==0.6.1
gym-csle-stopping-game==0.6.1
gym-csle-apt-game==0.6.1
gym-csle-cyborg==0.6.1
gym-csle-intrusion-response-game==0.6.1
csle-tolerance==0.6.1
stable-baselines3==2.0.0
pulp==2.7.0
bayesian-optimization==1.3.1
Expand Down
24 changes: 12 additions & 12 deletions simulation-system/libs/csle-agents/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-common>=0.6.0
csle-collector>=0.6.0
csle-cluster>=0.6.0
csle-attacker>=0.6.0
csle-defender>=0.6.0
csle-system-identification>=0.6.0
gym-csle-stopping-game>=0.6.0
gym-csle-apt-game>=0.6.0
gym-csle-cyborg>=0.6.0
gym-csle-intrusion-response-game>=0.6.0
csle-tolerance>=0.6.0
csle-base>=0.6.1
csle-common>=0.6.1
csle-collector>=0.6.1
csle-cluster>=0.6.1
csle-attacker>=0.6.1
csle-defender>=0.6.1
csle-system-identification>=0.6.1
gym-csle-stopping-game>=0.6.1
gym-csle-apt-game>=0.6.1
gym-csle-cyborg>=0.6.1
gym-csle-intrusion-response-game>=0.6.1
csle-tolerance>=0.6.1
stable-baselines3>=2.0.0
pulp>=2.7.0
bayesian-optimization>=1.3.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-attack-profiler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
csle-base==0.6.0
csle-common==0.6.0
csle-base==0.6.1
csle-common==0.6.1
mitreattack-python==2.0.14
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-attack-profiler/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ packages = find:
zip_safe = no
install_requires =
mitreattack-python==2.0.14
csle-base==0.6.0
csle-common==0.6.0
csle-base==0.6.1
csle-common==0.6.1

[options.packages.find]
where=src
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-attacker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
csle-base==0.6.0
csle-common==0.6.0
csle-base==0.6.1
csle-common==0.6.1
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-attacker/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-common>=0.6.0
csle-base>=0.6.1
csle-common>=0.6.1
python_requires = >=3.8
package_dir =
=src
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
26 changes: 13 additions & 13 deletions simulation-system/libs/csle-cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
click==8.1.3
csle-base==0.6.0
csle-common==0.6.0
csle-cluster==0.6.0
csle-collector==0.6.0
csle-attacker==0.6.0
csle-defender==0.6.0
csle-system-identification==0.6.0
gym-csle-stopping-game==0.6.0
gym-csle-apt-game==0.6.0
gym-csle-cyborg==0.6.0
csle-tolerance==0.6.0
gym-csle-intrusion-response-game==0.6.0
csle-agents==0.6.0
csle-base==0.6.1
csle-common==0.6.1
csle-cluster==0.6.1
csle-collector==0.6.1
csle-attacker==0.6.1
csle-defender==0.6.1
csle-system-identification==0.6.1
gym-csle-stopping-game==0.6.1
gym-csle-apt-game==0.6.1
gym-csle-cyborg==0.6.1
csle-tolerance==0.6.1
gym-csle-intrusion-response-game==0.6.1
csle-agents==0.6.1
26 changes: 13 additions & 13 deletions simulation-system/libs/csle-cli/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ classifiers =
[options]
install_requires =
click>=8.1.3
csle-base>=0.6.0
csle-common>=0.6.0
csle-cluster>=0.6.0
csle-collector>=0.6.0
csle-attacker>=0.6.0
csle-defender>=0.6.0
csle-system-identification>=0.6.0
gym-csle-stopping-game>=0.6.0
gym-csle-apt-game>=0.6.0
gym-csle-cyborg>=0.6.0
gym-csle-intrusion-response-game>=0.6.0
csle-agents>=0.6.0
csle-tolerance>=0.6.0
csle-base>=0.6.1
csle-common>=0.6.1
csle-cluster>=0.6.1
csle-collector>=0.6.1
csle-attacker>=0.6.1
csle-defender>=0.6.1
csle-system-identification>=0.6.1
gym-csle-stopping-game>=0.6.1
gym-csle-apt-game>=0.6.1
gym-csle-cyborg>=0.6.1
gym-csle-intrusion-response-game>=0.6.1
csle-agents>=0.6.1
csle-tolerance>=0.6.1
python_requires = >=3.8
package_dir =
=src
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
18 changes: 9 additions & 9 deletions simulation-system/libs/csle-cluster/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
csle-base==0.6.0
csle-common==0.6.0
csle-collector==0.6.0
csle-ryu==0.6.0
gym-csle-stopping-game==0.6.0
gym-csle-apt-game==0.6.0
gym-csle-cyborg==0.6.0
gym-csle-intrusion-response-game==0.6.0
csle-tolerance==0.6.0
csle-base==0.6.1
csle-common==0.6.1
csle-collector==0.6.1
csle-ryu==0.6.1
gym-csle-stopping-game==0.6.1
gym-csle-apt-game==0.6.1
gym-csle-cyborg==0.6.1
gym-csle-intrusion-response-game==0.6.1
csle-tolerance==0.6.1
grpcio==1.57.0
grpcio-tools==1.57.0
18 changes: 9 additions & 9 deletions simulation-system/libs/csle-cluster/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ classifiers =
install_requires =
grpcio>=1.57.0
grpcio-tools>=1.57.0
csle-base>=0.6.0
csle-collector>=0.6.0
csle-common>=0.6.0
csle-ryu>=0.6.0
gym-csle-stopping-game>=0.6.0
gym-csle-intrusion-response-game>=0.6.0
gym-csle-apt-game>=0.6.0
gym-csle-cyborg>=0.6.0
csle-tolerance>=0.6.0
csle-base>=0.6.1
csle-collector>=0.6.1
csle-common>=0.6.1
csle-ryu>=0.6.1
gym-csle-stopping-game>=0.6.1
gym-csle-intrusion-response-game>=0.6.1
gym-csle-apt-game>=0.6.1
gym-csle-cyborg>=0.6.1
csle-tolerance>=0.6.1
python_requires = >=3.5
package_dir =
=src
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
2 changes: 1 addition & 1 deletion simulation-system/libs/csle-collector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
csle-base==0.6.0
csle-base==0.6.1
grpcio==1.57.0
grpcio-tools==1.57.0
scipy==1.9.3
Expand Down
2 changes: 1 addition & 1 deletion simulation-system/libs/csle-collector/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-base>=0.6.1
grpcio>=1.57.0
grpcio-tools>=1.57.0
scipy>=1.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
6 changes: 3 additions & 3 deletions simulation-system/libs/csle-common/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
csle-base==0.6.0
csle-collector==0.6.0
csle-ryu==0.6.0
csle-base==0.6.1
csle-collector==0.6.1
csle-ryu==0.6.1
gymnasium==0.27.1
pyglet==2.0.0
numpy==1.23.5
Expand Down
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-common/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ install_requires =
flask>=2.2.2
waitress>=2.1.2
psutil>=5.9.4
csle-base>=0.6.0
csle-base>=0.6.1
csle_collector>=0.4.1
csle-ryu>=0.6.0
csle-ryu>=0.6.1
iteround>=1.0.4
scikit-learn>=1.3.0
gpytorch>=1.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-defender/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
csle-base==0.6.0
csle-common==0.6.0
csle-base==0.6.1
csle-common==0.6.1
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-defender/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-common>=0.6.0
csle-base>=0.6.1
csle-common>=0.6.1
python_requires = >=3.8
package_dir =
=src
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
12 changes: 6 additions & 6 deletions simulation-system/libs/csle-rest-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
csle-base==0.6.0
csle-common==0.6.0
csle-agents==0.6.0
csle-cluster==0.6.0
csle-system-identification==0.6.0
csle-ryu==0.6.0
csle-base==0.6.1
csle-common==0.6.1
csle-agents==0.6.1
csle-cluster==0.6.1
csle-system-identification==0.6.1
csle-ryu==0.6.1
flask==2.2.2
flask-socketio==5.3.2
waitress==2.1.2
Expand Down
12 changes: 6 additions & 6 deletions simulation-system/libs/csle-rest-api/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-common>=0.6.0
csle-agents>=0.6.0
csle-cluster>=0.6.0
csle-system-identification>=0.6.0
csle-ryu>=0.6.0
csle-base>=0.6.1
csle-common>=0.6.1
csle-agents>=0.6.1
csle-cluster>=0.6.1
csle-system-identification>=0.6.1
csle-ryu>=0.6.1
flask>=2.2.2
waitress>=2.1.2
flask-socketio>=5.3.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-ryu/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
csle-base==0.6.0
csle-collector==0.6.0
csle-base==0.6.1
csle-collector==0.6.1
csle-ryu-fork==4.37.0.dev3357
eventlet==0.33.2
confluent-kafka==1.9.2
Expand Down
4 changes: 2 additions & 2 deletions simulation-system/libs/csle-ryu/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-collector>=0.6.0
csle-base>=0.6.1
csle-collector>=0.6.1
csle-ryu-fork>=4.37.0.dev3357
dnspython==2.2.1
eventlet>=0.33.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
csle-base==0.6.0
csle-common==0.6.0
csle-collector==0.6.0
csle-attacker==0.6.0
csle-defender==0.6.0
csle-base==0.6.1
csle-common==0.6.1
csle-collector==0.6.1
csle-attacker==0.6.1
csle-defender==0.6.1
gpytorch==1.9.0
pymc==5.5.0
pytensor==2.12.3
Expand Down
10 changes: 5 additions & 5 deletions simulation-system/libs/csle-system-identification/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ classifiers =

[options]
install_requires =
csle-base>=0.6.0
csle-common>=0.6.0
csle-collector>=0.6.0
csle-attacker>=0.6.0
csle-defender>=0.6.0
csle-base>=0.6.1
csle-common>=0.6.1
csle-collector>=0.6.1
csle-attacker>=0.6.1
csle-defender>=0.6.1
gpytorch>=1.9.0
pymc>=5.5.0
pytensor>=2.12.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
10 changes: 5 additions & 5 deletions simulation-system/libs/csle-tolerance/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
csle-base==0.6.0
csle-common==0.6.0
csle-collector==0.6.0
csle-attacker==0.6.0
csle-defender==0.6.0
csle-base==0.6.1
csle-common==0.6.1
csle-collector==0.6.1
csle-attacker==0.6.1
csle-defender==0.6.1
gymnasium==0.27.1
numpy==1.23.5
pulp==2.7.0
Loading

0 comments on commit 7587d5d

Please sign in to comment.